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

Medium weight has bad/no anti-aliasing at certain font sizes #41

Open
stefan-schweiger opened this issue Oct 7, 2021 · 4 comments
Open

Comments

@stefan-schweiger
Copy link

When you use the medium variant and set it to certain font sizes the font looks very choppy. You can try it out yourself by simply setting the font size in Googe Fonts to 14px and 15px.

https://fonts.google.com/specimen/Open+Sans#standard-styles

Here are example. Look at the "e"s and "o"s.

14px
image

15px
image

@pirimoglu
Copy link

pirimoglu commented Oct 7, 2021

Hi,

We have the same problem

image

@oomek
Copy link

oomek commented Oct 17, 2021

I've just stumbled across the same issue. At First I thought my Vivaldi browser is not handling the font rendering in the correct way, but I checked all other browsers and the results were the same.

When any website uses the following line:
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&amp;display=swap">
the font rendering is not properly anitialiased, exactly like in the screenshot above. But when I downloaded this font, installed it, overridden the font with Stylish extension with the following script * { font-family: sans-serif !important; }
and then set in my browser settings sans-serif to Open Sans it looks perfect. Why?

@simkoG
Copy link

simkoG commented Nov 24, 2021

Same problem, but with the 700 (bold) weight font.
Google Fonts url: https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap

image

@dave-gil
Copy link

dave-gil commented Aug 1, 2024

Same problem:

12px Medium Weight Open Sans on Chrom

OpenSans-issue

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

No branches or pull requests

5 participants