Created
June 7, 2020 22:46
-
-
Save JM-Mendez/c6bda66284a810ff966569789b581f2b to your computer and use it in GitHub Desktop.
Fix light font on dark text if it looks bold
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
antialias { | |
-moz-osx-font-smoothing: grayscale, | |
-webkit-font-smoothing: antialiased, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment