Skip to content

Instantly share code, notes, and snippets.

@RiodeJaneiroo
Created October 4, 2018 17:59
Show Gist options
  • Save RiodeJaneiroo/e1f0c7329acb306d0c1b14a8d9f61536 to your computer and use it in GitHub Desktop.
Save RiodeJaneiroo/e1f0c7329acb306d0c1b14a8d9f61536 to your computer and use it in GitHub Desktop.
[Font Smoothing] #css #font #font_smoothing
/* Smoothing */
text-rendering: optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment