Skip to content

Instantly share code, notes, and snippets.

@smithua
Created September 7, 2016 20:26
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 smithua/89543790d785f367b623035e5c0837bc to your computer and use it in GitHub Desktop.
Save smithua/89543790d785f367b623035e5c0837bc to your computer and use it in GitHub Desktop.
<script>
WebFontConfig = {
google: { families: [ 'Droid Serif','Lato:400,400i,700,700i,900,900i','Montserrat','Open Sans','Poiret One','Raleway','Roboto','Roboto Slab','Scope One'] },
classes: false, timeout: 9000
};
// !function(w) {
// var wf = w.document.createElement('script'), s = w.document.scripts[0];
// wf.src = 'https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js';
// wf.async="false";
// s.parentNode.insertBefore(wf, s);
// }(this);
</script>
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.16/webfont.js"></script>
<style>body{-moz-osx-font-smoothing: grayscale;-webkit-font-smoothing: antialiased;text-rendering:optimizeLegibility;}</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment