What could be the reason for a web page to render without @font-face (until any zoom command, or invoking DevTools window)? The very same page will render just perfect on Canary, FF, IE.... The fonts are imported using the css code delivered by the fast.fonts.com service.
Asked
Active
Viewed 61 times
1 Answers
0
It could be related to this bug report: https://code.google.com/p/chromium/issues/detail?id=336476. It says that the problem may occur when modifying a style sheet while the font is still loading.
Also, see this question for some possible temporary workarounds: @font-face Text is invisible in Chrome on refresh... but not always?
-
Thanks for the latter reference with a sneaky css fix. Will try substitute my jQuery workaround with this one. – user776686 Mar 24 '14 at 18:24