Skip to content
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

Fix bold fonts in Safari #259

Open
fateeand opened this issue Nov 15, 2023 · 1 comment
Open

Fix bold fonts in Safari #259

fateeand opened this issue Nov 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working library

Comments

@fateeand
Copy link
Collaborator

fateeand commented Nov 15, 2023

In Safari, all bold fonts are displayed ugly.
The best way how to fix it has to be investigated.

Safari:
Screenshot 2023-11-15 at 18 58 05

Chrome:
Screenshot 2023-11-15 at 18 58 41

@fateeand fateeand added bug Something isn't working library labels Nov 15, 2023
@fateeand fateeand self-assigned this Nov 24, 2023
@fateeand
Copy link
Collaborator Author

fateeand commented Dec 6, 2023

The issue is that we are importing only SourceSansPro-Regular font, which doesn't contain bold style variation and the browsers are synthesizing it in their own way.

https://developer.mozilla.org/en-US/docs/Web/CSS/font-synthesis
https://fontsource.org/fonts/source-sans-pro
https://www.cdnfonts.com/source-sans-pro.font

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working library
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant