Skip to content

Instantly share code, notes, and snippets.

@jondueck
Created March 31, 2016 13:45
Show Gist options
  • Save jondueck/2d5e5bdef448e37bb269fc475969e8b2 to your computer and use it in GitHub Desktop.
Save jondueck/2d5e5bdef448e37bb269fc475969e8b2 to your computer and use it in GitHub Desktop.
text reset.css
font-size: 100%;
font-weight: normal;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
text-rendering: optimizeLegibility;
-webkit-font-feature-settings: "liga" 1, "kern" 1;
font-feature-settings: "liga" 1, "kern" 1;
-webkit-font-kerning: normal;
font-kerning: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment