Skip to content

Instantly share code, notes, and snippets.

@alstrom
Created December 9, 2013 12:49
Show Gist options
  • Save alstrom/7871788 to your computer and use it in GitHub Desktop.
Save alstrom/7871788 to your computer and use it in GitHub Desktop.
'Titillium Web', sans-serif Font in edge
<script type="text/javascript"> WebFontConfig = { google: { families: [ 'Titillium+Web:400,900,700,300,200,600:latin' ] } }; (function() { var wf = document.createElement('script'); wf.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://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