Skip to content

Instantly share code, notes, and snippets.

@jasonmelgoza
Created August 2, 2010 17:14
Show Gist options
  • Save jasonmelgoza/504975 to your computer and use it in GitHub Desktop.
Save jasonmelgoza/504975 to your computer and use it in GitHub Desktop.
default type setup
/*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