/ Published in: CSS
Stop the flash of unstyled fonts when Typekit is loading
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.wf-loading .blog-title, .wf-loading .post-title { /* Hide the blog title and post titles while web fonts are loading */ visibility: hidden; }
URL: http://blog.typekit.com/2010/10/29/font-events-controlling-the-fout/