This file contains 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
/* | |
There are duplicate properties that seems to behave differently pending on browser version (see -moz-font-smoothing). | |
This is the most consistent I've found so far between vendors. | |
Please fork and improve! | |
*/ | |
body { | |
-webkit-text-rendering: optimizeLegibility; | |
-moz-text-rendering: optimizeLegibility; | |
-ms-text-rendering: optimizeLegibility; |