Skip to content

Instantly share code, notes, and snippets.

@cahnory
Created September 26, 2012 08:33
Show Gist options
  • Save cahnory/3786811 to your computer and use it in GitHub Desktop.
Save cahnory/3786811 to your computer and use it in GitHub Desktop.
How I manage text basics
html {
font-size: 62.5%; -webkit-text-size-adjust: 62.5%; -ms-text-size-adjust: 62.5%;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
}
body {
font: 1em/1.5 Arial, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment