Typekit servers experiencing an outage in Australia at the moment. And it has exposed an issue with a site of mine which uses Google's Webfont Loader to load Typekit fonts.
I was under the impression that there would eventually be a timeout and the font loader would go into an inactive state (ie wf-inactive
) if the Webfont Loader isn't able to load a font but it appears to hang indefinitely on wf-loading
.
To prevent FOUT, I have visibility: hidden;
set for all elements using these web fonts. So the problem is that all the text remains hidden indefinitely.
Would greatly appreciate any ideas how to work around it? I can't see anything in Google's Webfont Loader documentation regarding timeouts.