Last active
December 30, 2015 10:08
-
-
Save pixelchar/7813408 to your computer and use it in GitHub Desktop.
Only request specific characters from a font on Google Web Fonts, and limit the download size using the '&text=' parameter. n also do Unicode characters by url-encoding the UTF-8 representation of the string.http://googlewebfonts.blogspot.com/2011/04/streamline-your-web-font-requests.html
This file contains hidden or 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
<link href='http://fonts.googleapis.com/css?family=Special+Elite&text=MyText' rel='stylesheet' type='text/css'> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment