Skip to content

Instantly share code, notes, and snippets.

@adikahorvath
Created March 22, 2015 16:01
Show Gist options
  • Save adikahorvath/87dce0a7bf2d77f5029e to your computer and use it in GitHub Desktop.
Save adikahorvath/87dce0a7bf2d77f5029e to your computer and use it in GitHub Desktop.
font smoothing OS X
html {
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment