Skip to content

Instantly share code, notes, and snippets.

@ppscvalentin
Created November 19, 2018 09:27
Show Gist options
  • Save ppscvalentin/bc12d50dc15cf93660509ef16a8fe3f9 to your computer and use it in GitHub Desktop.
Save ppscvalentin/bc12d50dc15cf93660509ef16a8fe3f9 to your computer and use it in GitHub Desktop.
Fix thick font rendering
/* https://stackoverflow.com/questions/28217486/font-renders-thicker-in-browsers */
body {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment