Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created July 20, 2010 11:15
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakearchibald/482829 to your computer and use it in GitHub Desktop.
Save jakearchibald/482829 to your computer and use it in GitHub Desktop.
<link rel="stylesheet" href="anothersheet.css" type="text/css" charset="utf-8">
<style type="text/css" media="screen">
@font-face {
/* etc */
}
</style>
<!--
The above causes rendering to block in IE6-8 until the external font has downloaded.
So, to avoid blocking in IE:
* Declare the font in an inline <style>
* Place it before any references to external stylesheets
* Place it before any <script> elements (external or inline)
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment