| <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