Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Inconsistent fonts in Google Chrome #130
Comments
saivann
closed this
in
cd59cad
Apr 13, 2013
|
After more intensive tests, the problem seems to be caused by javascript automatic redirection based on language detection. Google Chrome apparently stop trying to load the font when it is redirected before the first page is loaded in many cases. Since automatic redirection is not an absolute requirement and that an important part of our visitors are probably using Google Chrome, I removed that feature from now. Ideally, we should have 301 redirects to handle this, but this is not something github allows us to use. We shall see if that definitively fixes the issue. |
jordanful
commented
Apr 13, 2013
|
Nice work, Detective Saivann. |
saivann
added a commit
that referenced
this issue
Apr 14, 2013
|
:-) |
saivann commentedApr 11, 2013
I've rarely seen an inconsistent bug like this one in a browser.
Google Chrome inconsistently switch between UbuntuBold and sans-serif font for menus and titles. Refreshing the page does not allow the right font to load. Google chrome can even have two tabs open on the same page and show different fonts on each, that will remains even if both are refreshed.
This bug has not been reproduced on any other browser and it seems to appear since the recent design changes. But everything I tried so far didn't let me identify the source of the problem.
Meanwhile, it does not prevent content to be served. But it's inconsistent for the user.