Skip to content

Instantly share code, notes, and snippets.

@LoyEgor
Created June 24, 2017 18:06
Show Gist options
  • Save LoyEgor/fef4035518b9b6f54b00db2601baff0c to your computer and use it in GitHub Desktop.
Save LoyEgor/fef4035518b9b6f54b00db2601baff0c to your computer and use it in GitHub Desktop.
normalize fonts for macos
html {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment