Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created February 7, 2014 20:37
Show Gist options
  • Select an option

  • Save tomharrigan/8871276 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/8871276 to your computer and use it in GitHub Desktop.
/* 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