Skip to content

Instantly share code, notes, and snippets.

@MariaJackson1
Last active May 20, 2018 02:20
Show Gist options
  • Select an option

  • Save MariaJackson1/eace42f96edae1b2b20833a39e0d17fc to your computer and use it in GitHub Desktop.

Select an option

Save MariaJackson1/eace42f96edae1b2b20833a39e0d17fc to your computer and use it in GitHub Desktop.
Font-Smoothing
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