Skip to content

Instantly share code, notes, and snippets.

@traumverloren
Created September 19, 2017 08:23
Show Gist options
  • Save traumverloren/715760dd4c17949e56aa778b01968488 to your computer and use it in GitHub Desktop.
Save traumverloren/715760dd4c17949e56aa778b01968488 to your computer and use it in GitHub Desktop.
css tricks gist

if fonts are rendering too fat, though the weight is normal, try this (it's a macOS/iOs thing):

  * {
    -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