Skip to content

Instantly share code, notes, and snippets.

@sauldeleon
Forked from laurazenc/style.css
Created May 24, 2022 07:04
Show Gist options
  • Save sauldeleon/b7743f080ce9c82943a41c02f46d64fb to your computer and use it in GitHub Desktop.
Save sauldeleon/b7743f080ce9c82943a41c02f46d64fb to your computer and use it in GitHub Desktop.
Solve blurry fonts
* {
-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