Skip to content

Instantly share code, notes, and snippets.

@typeofweb
Created July 16, 2012 09:54
Show Gist options
  • Save typeofweb/3121875 to your computer and use it in GitHub Desktop.
Save typeofweb/3121875 to your computer and use it in GitHub Desktop.
Font smoothing
.font-smoothing (@val:antialiased) {
-webkit-font-smoothing: @val;
-moz-font-smoothing: @val;
font-smoothing: @val;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment