Skip to content

Instantly share code, notes, and snippets.

@joeljackson
Created March 9, 2016 16:21
Show Gist options
  • Save joeljackson/74388221eb918559cac0 to your computer and use it in GitHub Desktop.
Save joeljackson/74388221eb918559cac0 to your computer and use it in GitHub Desktop.
Typekit on LaunchRock
try{Typekit.load({ async: false });}catch(e){}
var sheet = (function() {
var style = document.createElement("style");
style.appendChild(document.createTextNode(""));
document.head.appendChild(style);
return style.sheet;
})();
sheet.insertRule('* { font-family: "brandon-grotesque" !important; }');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment