Skip to content

Instantly share code, notes, and snippets.

@boywondercreative
Created October 8, 2013 16:52
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 boywondercreative/6887734 to your computer and use it in GitHub Desktop.
Save boywondercreative/6887734 to your computer and use it in GitHub Desktop.
using Google fonts
/*
font imported from
http://www.google.com/fonts#UsePlace:use/Collection:Open+Sans
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
body,
body.custom-font-enabled {
font-family: 'Open Sans', sans-serif;
font-size: 1em;
color:#494849;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment