Skip to content

Instantly share code, notes, and snippets.

@pixelchar
Last active December 30, 2015 10:08
Show Gist options
  • Save pixelchar/7813408 to your computer and use it in GitHub Desktop.
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
<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