Skip to content

Instantly share code, notes, and snippets.

@landru247
Created January 29, 2014 17:52
Show Gist options
  • Save landru247/8693245 to your computer and use it in GitHub Desktop.
Save landru247/8693245 to your computer and use it in GitHub Desktop.
CSS: font-rendering - short stack of html tags that can affect text rendering.
html, button, input, select, textarea { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment