Skip to content

Instantly share code, notes, and snippets.

@josephmilla
Last active December 17, 2015 17:58
Show Gist options
  • Save josephmilla/5649410 to your computer and use it in GitHub Desktop.
Save josephmilla/5649410 to your computer and use it in GitHub Desktop.
/**
* Name: Font Smoothing:: Example
* Author: Joseph Milla
* Author URI: http://www.josephmilla.com
* Version: 1.0.0
*/
body
{
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment