Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created October 27, 2011 17:48
Show Gist options
  • Save adamstac/1320273 to your computer and use it in GitHub Desktop.
Save adamstac/1320273 to your computer and use it in GitHub Desktop.
// WebKit: font-smoothing
// Values: none, antialiased (default), subpixel-antialiased
//
// References:
//
// 1. http://maxvoltar.com/sandbox/fontsmoothing/
// 2. http://maxvoltar.com/archive/-webkit-font-smoothing
@mixin font-smoothing($value: antialiased)
-webkit-font-smoothing: $value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment