Skip to content

Instantly share code, notes, and snippets.

@derekshirk
Created December 20, 2014 07:44
Show Gist options
  • Save derekshirk/395f9f7d4d4b931b87dd to your computer and use it in GitHub Desktop.
Save derekshirk/395f9f7d4d4b931b87dd to your computer and use it in GitHub Desktop.
CSS - perfect fourth styles from type-styles.com
/*----------------------------------------------------------------
Perfect Fourth (http://type-scale.com)
----------------------------------------------------------------*/
h1 {
font-size: 2.369em;
}
h2 {
font-size: 1.777em;
}
h3 {
font-size: 1.333em;
}
h4 {
font-size: 1em;
}
h5 {
font-size: 0.75em;
}
h6 {
font-size: 0.563em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment