Skip to content

Instantly share code, notes, and snippets.

@actaneon
Created June 30, 2009 19:53
Show Gist options
  • Save actaneon/138372 to your computer and use it in GitHub Desktop.
Save actaneon/138372 to your computer and use it in GitHub Desktop.
Uniform Browser Text Size
body {
font-size:100%;
line-height:1.125em; /* 16×1.125=18 */
}
.bodytext p {
font-size:0.875em;
}
.sidenote {
font-size:0.75em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment