Created
April 17, 2020 13:10
-
-
Save guisalmeida/cb56017247552270863600367a1749a3 to your computer and use it in GitHub Desktop.
Properties of global project optimization
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, body button, body input, html, html button, html input { | |
| text-rendering: optimizeLegibility; | |
| -webkit-font-smoothing: antialiased; | |
| -moz-osx-font-smoothing: grayscale; | |
| font-family: "Source Sans Pro Regular",sans-serif; | |
| font-size: 1em; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment