Created
December 20, 2014 07:44
-
-
Save derekshirk/395f9f7d4d4b931b87dd to your computer and use it in GitHub Desktop.
CSS - perfect fourth styles from type-styles.com
This file contains 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
/*---------------------------------------------------------------- | |
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