This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Cleanup the fonts #1781
Labels
🕹 aspect: interface
Concerns end-users' experience with the software
✨ goal: improvement
Improvement to an existing user-facing feature
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
Problem
There are several problems with the fonts in this repository that should be fixed:
Delete unused font files #1782
We should set the variable WOFF2 font as default and add non-variable fallbacks for older browsers. The Inter font files can be downloaded from the official website (https://rsms.me/inter/). The downloaded archive also contains some README files with samples of how to use them.
There should still be the fallback to locally saved fonts, but those should have commas between them:
openverse-frontend/src/assets/fonts.css
Line 6 in bf0c72e
I couldn't find any usage italic anywhere, but we should still add italic in case we do need it later (this is for the fallback, variable fonts would probably have it anyway?)
Additional context
I've started looking into it after seeing that the fonts on a Windows laptop look different from the fonts on a Mac: the regular weight seems to be bold. I will look more into it and will create the issue.
Implementation
The text was updated successfully, but these errors were encountered: