-
Notifications
You must be signed in to change notification settings - Fork 246
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
czech characters render slightly lower than others on linux #67
Comments
I am not seeing this result even in your Fiddle. I'm on Archlinux with Firefox. Here is the same fiddle with the string from your issue: Both look fine to me. What browser are you using? Update: I just tried it on Chromium also on Archlinux and get the same result, everything looks fine. |
i've got same result with
So it seems it's not web browser dependent. I am also using Arch But I didn't change default font settings on this machine. |
The kernel version isn't going to be important here. Is your Arch system up to date with all packages? What DE are you using? What versions of fontconfig & harfbuzz do you have? Are you sure you don't have something else interfering (like userstyles, fonts installed that add substitute tables to font config, etc.)? |
Okay I have more ideas. The Google Fonts style sheet in your jsfiddle actually looks on your system first, then loads from Google Fonts. So we might not be loading the same font files. Here's the magic question: do you have the Montserrat packages installed on Archlinux from the AUR, have you manually installed the font some other way, or are you getting the Google Fonts hosted version? My systems have the latest |
Google Fonts hosted version Well i tried to install |
Okay now we're getting somewhere. So the problem is not with the font itself (the released 7.200 version is fine for both of us) but with the specific builds of it hosted by Google Fonts, which are apparently not the same as what's on Github. I suspect something is different between their Latin & Latin Extended range builds, and since those are loading from two different files there is some kind of missmatch going on. One or both probably needs rebuilding to be a match. @davelab6 this is sounding like something up your alley no? |
@Samuell1 it seems that the regular font you are viewing in the first line is a local old version installed on your system. Check out |
@juandelperal Thanks! Thats was the issue. |
This issue can be closed. It is fixed in both the font itself and the version on Google Fonts. The only instances of it are people that have an older version on their system and think they are using Google Fonts and actually seeing outdated versions from their own system. If anybody is watching this issue tracker can you please close this issue. Thanks. |
czech characters render slightly lower than others on OS gnu/linux
font:
<link
href="https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext" rel="stylesheet">css:
text:
1 stroužek
česneku
result:
Here's a jsfiddle
The text was updated successfully, but these errors were encountered: