Skip to content

Instantly share code, notes, and snippets.

@parrfolio
Created June 29, 2011 22:05
Show Gist options
  • Save parrfolio/1055128 to your computer and use it in GitHub Desktop.
Save parrfolio/1055128 to your computer and use it in GitHub Desktop.
Font Smoothing
/* ref http://maxvoltar.com/archive/-webkit-font-smoothing */
-webkit-font-smoothing: none;
-webkit-font-smoothing: subpixel-antialiased; /* best for small sizes */
-webkit-font-smoothing: antialiased; /* best for headings and other larger type */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment