Skip to content

Instantly share code, notes, and snippets.

@shakahl
Forked from Qoraiche/smooth-font.scss
Created November 7, 2025 01:12
Show Gist options
  • Select an option

  • Save shakahl/2bacb3a5337add786d4e4d7397d73059 to your computer and use it in GitHub Desktop.

Select an option

Save shakahl/2bacb3a5337add786d4e4d7397d73059 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