Skip to content

Instantly share code, notes, and snippets.

@matthewreagan
Created September 25, 2015 00:26
Show Gist options
  • Save matthewreagan/c9242b9db627c33e1c73 to your computer and use it in GitHub Desktop.
Save matthewreagan/c9242b9db627c33e1c73 to your computer and use it in GitHub Desktop.
Pretty web text
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