Skip to content

css: remove "Inter" custom font #369

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 21, 2025
Merged

css: remove "Inter" custom font #369

merged 1 commit into from
Feb 21, 2025

Conversation

justinmk
Copy link
Member

@justinmk justinmk commented Feb 21, 2025

Problem:

Sometimes loading the page takes 5+ seconds, and the browser Network view shows these files causing the delay:

https://neovim.io/fonts/inter/inter.css
https://neovim.io/fonts/inter/Inter-italic.var.woff2?v=3.19
https://neovim.io/fonts/inter/Inter-roman.var.woff2?v=3.19

Solution:

  • Drop the use of the custom "Inter" font.
  • It doesn't look much different than the standard font, AFAICT?

cc @rockerBOO

Before (with Inter)

image

After

image

Problem:
Sometimes loading the page takes 5+ seconds, and the browser Network
view shows these files causing the delay:

    https://neovim.io/fonts/inter/inter.css
    https://neovim.io/fonts/inter/Inter-italic.var.woff2?v=3.19
    https://neovim.io/fonts/inter/Inter-roman.var.woff2?v=3.19

Solution:
Drop the use of the custom "Inter" font.
It doesn't look much different than the standard font, AFAICT.
@justinmk justinmk merged commit ead44b8 into master Feb 21, 2025
@justinmk justinmk deleted the remove-inter-font branch February 21, 2025 11:34
@rockerBOO
Copy link
Contributor

Yeah seems it is not longer being used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants