Skip to content

Instantly share code, notes, and snippets.

@bradsiefert
Created November 17, 2025 15:36
Show Gist options
  • Select an option

  • Save bradsiefert/069d8c741b18e80f3a2015b0140d8e49 to your computer and use it in GitHub Desktop.

Select an option

Save bradsiefert/069d8c741b18e80f3a2015b0140d8e49 to your computer and use it in GitHub Desktop.
Fixing Safari's added extra bold that drives me crazy
* {
font-synthesis: none;
-webkit-font-smoothing: antialiased; /* Fixes Safari boldness */
-moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
text-rendering: optimizeLegibility;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment