Skip to content

Instantly share code, notes, and snippets.

@kdoran
Created January 24, 2012 04:45
Show Gist options
  • Save kdoran/1667855 to your computer and use it in GitHub Desktop.
Save kdoran/1667855 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function() {
var tk = document.createElement('script');
tk.type = 'text/javascript';
tk.async = true;
tk.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'use.typekit.com/txn8uhp.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(tk, s);
tk.onload = function () {
try{Typekit.load();}catch(e){}
}
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment