Skip to content

Instantly share code, notes, and snippets.

@samsolomon
Created January 5, 2016 16:26
Show Gist options
  • Save samsolomon/9db6c417b3655945da9b to your computer and use it in GitHub Desktop.
Save samsolomon/9db6c417b3655945da9b to your computer and use it in GitHub Desktop.
Prevents typekit js from thrashing layouts.
<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