Created
February 14, 2014 18:26
-
-
Save JTLR/26a044b071edc7dd174e to your computer and use it in GitHub Desktop.
Base CSS font stacks
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 { | |
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; | |
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