Skip to content

Instantly share code, notes, and snippets.

@ralexandr
Created October 19, 2016 09:12
Show Gist options
  • Save ralexandr/0e5e754dfbb346c5549ddc03f483e740 to your computer and use it in GitHub Desktop.
Save ralexandr/0e5e754dfbb346c5549ddc03f483e740 to your computer and use it in GitHub Desktop.
SASS: Font antialias
@mixin antialias {
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment