Skip to content

Instantly share code, notes, and snippets.

@erenkeskin
Last active December 24, 2017 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erenkeskin/0ca8e3b25b812affee6b4fd8b37e8c45 to your computer and use it in GitHub Desktop.
Save erenkeskin/0ca8e3b25b812affee6b4fd8b37e8c45 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Source+Sans+Pro:300,400,600,700&amp;subset=latin-ext' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment