Skip to content

Instantly share code, notes, and snippets.

@ayhaadam
Created January 20, 2015 02:47
Show Gist options
  • Save ayhaadam/65cc4f29ca4b5ec43fa4 to your computer and use it in GitHub Desktop.
Save ayhaadam/65cc4f29ca4b5ec43fa4 to your computer and use it in GitHub Desktop.
Apple's Font Smoothing
body, input, textarea, select, button {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga", "kern";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment