Created
November 18, 2016 17:12
-
-
Save Farmatique/de4a535aebedd1cd35102f4e65ffe732 to your computer and use it in GitHub Desktop.
Fix thin font in Safari issue
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
body { | |
-webkit-font-smoothing: subpixel-antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment