-
-
Save shakahl/2bacb3a5337add786d4e4d7397d73059 to your computer and use it in GitHub Desktop.
use font-smoothing for a smooth font
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
| @mixin text-rendring(){ | |
| text-rendering: optimizeLegibility !important; | |
| -webkit-font-smoothing: antialiased !important; | |
| } | |
| body { | |
| @include text-rendring(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment