-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Montserrat font breaks at 9px size #4250
Comments
Thanks for the report. I'll see if I can improve the rendering at low sizes next week. |
Hi Marc, any luck with this issue? |
The main issue is that the Regular style is too thin, of course, causing the family to need aggressive gridfitting/hinting. |
I can only confirm that that font was fine with the above CSS. Something must have change along the way. We are also not sure if this is a Google Fonts or Windows issue, because there are no issues with this CSS on Linux and Mac. |
It has been some time, has anyone manage to reach a conclusion on this issue? Is there hope? |
@emmamarichal as you onboard the SSA update to Montserrat, please work with @m4rc1e to confirm this is fixed in the update :) cc @chrissimpkins |
@emmamarichal @m4rc1e can we confirm that this is addressed in the latest updates? |
We'll see if we can fix this when we rehint the SSA family. |
We'll need SSA expansion hinting in this family. |
I'm hoping to tackle this issue when I get the SSA expansion work done, which should be done by the end of this quarter. |
Montserrat font seems to have issues displaing correctly at 9px size. The top line of the font is blurry/cut.
CSS to reproduce the issue:
body {
font-size: 9px;
font-family: Montserrat, sans-serif;
background: white;
color: black;
}
Screenshot:
We have seen this issue getting fixed and then braking again a few times within the last couple of months. Perhaps some updates are causing this. Currently it does not display well under the described conditions.
The text was updated successfully, but these errors were encountered: