Created
October 25, 2012 23:34
-
-
Save Ricardo-Diaz/3956139 to your computer and use it in GitHub Desktop.
CSS: Design related CSS
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
.content { | |
font: 1em/1.4 Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif; | |
} | |
.title { | |
font: 1.7em/1.2 Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif; | |
} | |
.code { | |
font: 0.8em/1.6 Monaco, Mono-Space, monospace; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment