Created
June 24, 2017 18:06
-
-
Save LoyEgor/fef4035518b9b6f54b00db2601baff0c to your computer and use it in GitHub Desktop.
normalize fonts for macos
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
html { | |
-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