Created
December 11, 2013 09:40
-
-
Save 6ui11em/7907611 to your computer and use it in GitHub Desktop.
CSS: Pure set font-family
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
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