Skip to content

Instantly share code, notes, and snippets.

@ingozoell
Created June 8, 2017 22:18
Show Gist options
  • Save ingozoell/5e461ddc31ddf1f6b975eab241bf28e8 to your computer and use it in GitHub Desktop.
Save ingozoell/5e461ddc31ddf1f6b975eab241bf28e8 to your computer and use it in GitHub Desktop.
<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