Skip to content

Instantly share code, notes, and snippets.

@michelarteta
Created April 8, 2020 15:54
Show Gist options
  • Save michelarteta/b0ff8668a491eec34f8324d61bde068d to your computer and use it in GitHub Desktop.
Save michelarteta/b0ff8668a491eec34f8324d61bde068d to your computer and use it in GitHub Desktop.
<script>
WebFontConfig = {
google: {
families: ['Encode+Sans+Condensed:400,700', 'Encode+Sans:400,500,700']
}
};
(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