Skip to content

Instantly share code, notes, and snippets.

@benfarahmand
Last active January 2, 2016 00:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save benfarahmand/8222731 to your computer and use it in GitHub Desktop.
Save benfarahmand/8222731 to your computer and use it in GitHub Desktop.
default style sheet
/* if we don't set the line-height, the browser will automatically determine the best line height,
i think we should do that. Each of these em values are based on the body tag, which is currently 13px.
So the body tag should only contain what's below*/
body {
font-family: 'Source Sans Pro',sans-serif;
}
h1 {
font-size: 2.3em;
font-weight: 400;
}
h2 {
font-size: 2.0em;
font-weight: 400;
}
h3 {
font-size: 1.4em;
font-weight: 400;
}
h4 {
font-size: 1.2em;
font-weight: 400;
}
h5 {
font-size: 1.0m;
font-weight: 400;
}
h6 {
font-size: 0.9em;
font-weight: 400;
}
h7 {
font-size: 0.8em;
font-weight: 400;
}
p {
font-size: 1.0em;
font-weight: 400;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment