Skip to content

Instantly share code, notes, and snippets.

@Farmatique
Created November 18, 2016 17:12
Show Gist options
  • Save Farmatique/de4a535aebedd1cd35102f4e65ffe732 to your computer and use it in GitHub Desktop.
Save Farmatique/de4a535aebedd1cd35102f4e65ffe732 to your computer and use it in GitHub Desktop.
Fix thin font in Safari issue
body {
-webkit-font-smoothing: subpixel-antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment