Created
December 9, 2013 12:49
-
-
Save alstrom/7871788 to your computer and use it in GitHub Desktop.
'Titillium Web', sans-serif Font in edge
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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