Created
August 2, 2010 17:14
-
-
Save jasonmelgoza/504975 to your computer and use it in GitHub Desktop.
default type setup
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
/*text*/ | |
body { | |
background-color: #fff; | |
font: normal 16px/1.5em "Helvetica Neue", helvetica, arial, sans-serif; | |
color: rgb(51, 57, 64); | |
} | |
a:focus { | |
outline: none; | |
} | |
button::-moz-focus-inner { | |
border: 0; | |
} | |
a img { | |
border: none; | |
margin: 0; | |
padding: 0; | |
} | |
h1,h2,h3,h4 { | |
letter-spacing: -0.05em; | |
} | |
h1 { | |
font-size: 218%; | |
} | |
h2 { | |
font-size: 164%; | |
} | |
h3 { | |
font-size: 145%; | |
} | |
h4 { | |
font-size: 118%; | |
} | |
p { | |
font-size: 100%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment