Typekit Controlling the flash of unstyled text


/ Published in: CSS
Save to your folder(s)

Stop the flash of unstyled fonts when Typekit is loading


Copy this code and paste it in your HTML
  1. .wf-loading .blog-title,
  2. .wf-loading .post-title {
  3. /* Hide the blog title and post titles while web fonts are loading */
  4. visibility: hidden;
  5. }

URL: http://blog.typekit.com/2010/10/29/font-events-controlling-the-fout/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.