Skip to content

Instantly share code, notes, and snippets.

@6ui11em
Created December 11, 2013 09:40
Show Gist options
  • Save 6ui11em/7907611 to your computer and use it in GitHub Desktop.
Save 6ui11em/7907611 to your computer and use it in GitHub Desktop.
CSS: Pure set font-family
body,
.pure-g [class *= "pure-u"],
.pure-g-r [class *= "pure-u"] {
/* Set your content font stack here: */
font-family: Georgia, Times, "Times New Roman", serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment