-
-
Notifications
You must be signed in to change notification settings - Fork 165
-
Star 78 < 8000 /div>
Inter-roman doesn't work well for international sites #52
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
Comments
benedekl
added a commit
to benedekl/ghost-theme-source
that referenced
this issue
Jun 22, 2024
The supported fonts contained only the basic Latin characters, lacking the different glyphs used by international sites and were replaced by random fonts, depending on the operating system. * International glyph support of the self-hosted fonts
benedekl
added a commit
to benedekl/ghost-theme-source
that referenced
this issue
Jun 22, 2024
The supported fonts contained only the basic Latin characters lacking the different glyphs used by international sites and were replaced by random fonts, depending on the operating system. * International glyph support of the self-hosted fonts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
assets/built.css is loading inter-roman from: ../fonts/inter-roman.woff2
Because inter-roman is only the roman characters of the font, display of heavily accented text is results in a mix of inter and fall-back font (Segoe on my browser) - which looks pretty bad!
Example:

Proposed solution: Provide a full version of Inter within the theme, or at least make that an option within theme settings.
Discussion here: https://forum.ghost.org/t/certain-characters-appear-bold-in-navigation-font/47800/8
The text was updated successfully, but these errors were encountered: