Skip to content

Instantly share code, notes, and snippets.

@anova
Created May 3, 2021 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anova/e6e05d323388357b73c56ab0bc310f4a to your computer and use it in GitHub Desktop.
Save anova/e6e05d323388357b73c56ab0bc310f4a to your computer and use it in GitHub Desktop.
MAC renders fonts heavier, this trick solves
/* https://www.c2software.com/c2-blog/fonts-appearing-bold-on-mac.aspx */
.selector {
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment