Created
June 8, 2017 22:18
-
-
Save ingozoell/5e461ddc31ddf1f6b975eab241bf28e8 to your computer and use it in GitHub Desktop.
TypeKit Loader: https://github.com/typekit/webfontloader
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
<script> | |
WebFontConfig = { | |
typekit: { id: 'xxxxxx' } | |
}; | |
(function(d) { | |
var wf = d.createElement('script'), s = d.scripts[0]; | |
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js'; | |
wf.async = true; | |
s.parentNode.insertBefore(wf, s); | |
})(document); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment