Skip to content

Instantly share code, notes, and snippets.

@edboaden
Created June 9, 2013 14:21
Show Gist options
  • Select an option

  • Save edboaden/5743726 to your computer and use it in GitHub Desktop.

Select an option

Save edboaden/5743726 to your computer and use it in GitHub Desktop.
Typographic Scale 18 / 27
/* 18px / 27px */
body {
font: 18px / 1.5em Helvetica, Arial, sans-serif; /* em used in line-height to set fixed height across all child elements */
}
h1 {
font-size: 2.667em; /* 48px */
line-height: 1.125; /* 54px */
margin: 1.125em 0; /* 54px */
}
h2 {
font-size: 1.334em; /* 24px */
margin: 1.125em 0; /* 27px */
}
h3 {
font-size: 1em; /* 18px */
margin: 1.5em 0; /* 27px */
}
h4 {
font-size: 1em; /* 18px */
margin: 1.5em 0 0; /* 27px */
}
p {
margin: 1.5em 0; /* 27px */
max-width: 32em; /* 45-75 characters per line */
}
h4 + p {
margin-top: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment