Created
February 7, 2014 20:37
-
-
Save tomharrigan/8871276 to your computer and use it in GitHub Desktop.
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 text */ | |
| .entry, .entry p { | |
| font-family: Georgia, Times, serif; | |
| font-size: 13px; | |
| } | |
| /* Post title */ | |
| .post .title { | |
| font: normal normal 22px/24px Georgia, Times, serif; | |
| position: relative; | |
| margin: 0 0 15px; | |
| } | |
| /* H3 */ | |
| h3 { | |
| font-size: 18px; | |
| } | |
| /* Widget header */ | |
| .widget h3 { | |
| color: #fff; | |
| font: normal normal 18px "League Gothic", Helvetica, Arial, sans-serif; | |
| } | |
| /* Generic font/color settings for header tags */ | |
| h1, h2, h3, h4, h5, h6 { | |
| font-family: Georgia, serif; | |
| color: #111; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment