Skip to content

Instantly share code, notes, and snippets.

@Qoraiche
Last active November 7, 2025 01:12
Show Gist options
  • Select an option

  • Save Qoraiche/80a09fc45562e150eec213fc7368e311 to your computer and use it in GitHub Desktop.

Select an option

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