Skip to content

Instantly share code, notes, and snippets.

@ngollan
Created September 22, 2015 16:01
Show Gist options
  • Save ngollan/f5e233225787f92dd237 to your computer and use it in GitHub Desktop.
Save ngollan/f5e233225787f92dd237 to your computer and use it in GitHub Desktop.
jQuery.getScript(
"https://use.typekit.net/my-kit-id.js",
function() {
try{
Typekit.load();
} catch(e) {}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment