Skip to content

Instantly share code, notes, and snippets.

@thedaviddias
Forked from toddmotto/gist:4267440
Created December 12, 2012 12:58
Show Gist options
  • Save thedaviddias/4267518 to your computer and use it in GitHub Desktop.
Save thedaviddias/4267518 to your computer and use it in GitHub Desktop.
*, *:after, *:before {
margin:0;
padding:0;
box-sizing:border-box;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-font-smoothing:antialiased;
-moz-font-smoothing:antialiased;
-o-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment