Skip to content

Instantly share code, notes, and snippets.

@Qoraiche
Last active February 21, 2017 17:26
Show Gist options
  • Save Qoraiche/80a09fc45562e150eec213fc7368e311 to your computer and use it in GitHub Desktop.
Save Qoraiche/80a09fc45562e150eec213fc7368e311 to your computer and use it in GitHub Desktop.
use font-smoothing for a smooth font
@mixin text-rendring(){
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
body {
@include text-rendring();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment