Skip to content

Instantly share code, notes, and snippets.

@benweiser
Last active August 29, 2015 14:27
Show Gist options
  • Save benweiser/1c3003f68f3e6bac35d4 to your computer and use it in GitHub Desktop.
Save benweiser/1c3003f68f3e6bac35d4 to your computer and use it in GitHub Desktop.
body {
/* 16px is browser default */
font-size:16px;
font-size:1rem;
/* Always use off-black */
color: #333;
}
h1,h2,h3,h4,h5,h6 {
/* Applies to all headers */
font-weight:700; /* make headers bold */
}
h1 {
}
h2 {
font-size:48px;
}
h3 {
/* font property for each header should go here */
}
h4 {
}
h5 {
}
h6 {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment