Skip to content

Instantly share code, notes, and snippets.

@damianwajer
Last active September 8, 2021 00:26
Show Gist options
  • Save damianwajer/e3c2fba1e7d69510c070 to your computer and use it in GitHub Desktop.
Save damianwajer/e3c2fba1e7d69510c070 to your computer and use it in GitHub Desktop.
[CSS] Fix for font smoothing / antialiasing on Mac OS X (too heavy fonts)
.font-fix {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment