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

website render issue on Windows 7 + Chrome 78* #198

Closed
neolit123 opened this issue Jul 1, 2020 · 4 comments
Closed

website render issue on Windows 7 + Chrome 78* #198

neolit123 opened this issue Jul 1, 2020 · 4 comments

Comments

@neolit123
Copy link

What happened:
hello, i was trying to read the release notes for the latest release on the website:
https://coredns.io/2020/06/15/coredns-1.7.0-release/
the page is not rendering correctly for me on Chrome.


screenshot1

coredns-page0


screenshot2

coredns-page


What you expected to happen:
the page renders correctly.

How to reproduce it (as minimally and precisely as possible):
a colleague of mine said that they don't have the same issue.
(possibly a newer version of Chrome + Windows 10)

Anything else we need to know?:

  • renders fine under Firefox.

if i "inspect" the page under Chrome and remove the usage of the "Lato" font the page renders correctly:
coredns-page-lato

Environment:

  • Windows 7 64bit
  • Chrome 78.0.4050.0
@miekg miekg transferred this issue from coredns/coredns Jul 1, 2020
@miekg
Copy link
Member

miekg commented Jul 1, 2020

shouldn't a browser use another font if the first one is unavailable?

@neolit123
Copy link
Author

neolit123 commented Jul 1, 2020

AFAIK (not a web developer though), it if Lato is not installed on the system it should fallback to the second entry in the list, although that does not seem to happen.

C:\Windows\Fonts>dir Lato*
...
 Directory of C:\Windows\Fonts

File Not Found

@miekg
Copy link
Member

miekg commented Jul 1, 2020 via email

@neolit123
Copy link
Author

i just tried on a Windows 10 machine that doesn't have Lato in \Windows\Fonts and it seems to work fine.

if i modify font-family: Lato, sans-serif to be e.g. font-family: Foo, sans-serif the fallback works, which tells me that "Lato" might be installed somehow, but not rendering properly. or maybe this version of Chrome thinks it's installed.

i know Slack uses Lato, but it does not install the font and just has it in it's resource folder.

i'm going to close this ticket given this works on my other Windows machine. this might be a weird bug with the Chrome / Windows 7 combination.

thanks!

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

2 participants