Created
October 11, 2023 06:52
-
-
Save ihorduchenko/9ca146258eba99ea0220b438e0877ca5 to your computer and use it in GitHub Desktop.
Recommended setting for correct fonts displaying
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
html { | |
-webkit-text-size-adjust: 100%; | |
text-rendering: geometricPrecision; | |
-webkit-font-smoothing: antialiased; | |
-webkit-font-smoothing: subpixel-antialiased; | |
-moz-font-smoothing: antialiased; | |
font-smoothing: antialiased; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment