Created
March 31, 2016 13:45
-
-
Save jondueck/2d5e5bdef448e37bb269fc475969e8b2 to your computer and use it in GitHub Desktop.
text reset.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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