Inter-roman doesn't work well for international sites
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 129
- Forks
- 258
- Avg merge
- 2h 57m
- Merged PRs (30d)
- 36
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting assets/built.css and its ../fonts/inter-roman.woff2 reference. Reproduce the issue with heavily accented text and compare the rendered font with the fallback shown in the report. Review the linked forum discussion, then confirm the chosen font approach removes the mixed-font appearance without breaking the theme.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100