Created
January 5, 2016 16:26
-
-
Save samsolomon/9db6c417b3655945da9b to your computer and use it in GitHub Desktop.
Prevents typekit js from thrashing layouts.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="//use.typekit.net/XXXXXXX.js"></script> | |
<!-- <script>try{Typekit.load();}catch(e){}</script> --> | |
<script>try{Typekit.load({ classes: false, events: false }); }catch(e){}</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment