Skip to content

Instantly share code, notes, and snippets.

@mongoltolbo
Created June 6, 2013 04:30
Show Gist options
  • Save mongoltolbo/5719329 to your computer and use it in GitHub Desktop.
Save mongoltolbo/5719329 to your computer and use it in GitHub Desktop.
Default H1-H5 Headers
h1,h2,h3,h4,h5{
color: #005a9c;
}
h1{
font-size: 2.6em;
line-height: 2.45em;
}
h2{
font-size: 2.1em;
line-height: 1.9em;
}
h3{
font-size: 1.8em;
line-height: 1.65em;
}
h4{
font-size: 1.65em;
line-height: 1.4em;
}
h5{
font-size: 1.4em;
line-height: 1.25em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment