Created
March 9, 2016 16:21
-
-
Save joeljackson/74388221eb918559cac0 to your computer and use it in GitHub Desktop.
Typekit on LaunchRock
This file contains hidden or 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
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