Skip to content

Instantly share code, notes, and snippets.

@ZellSnippets
Created October 19, 2013 10:09
Show Gist options
  • Save ZellSnippets/7054020 to your computer and use it in GitHub Desktop.
Save ZellSnippets/7054020 to your computer and use it in GitHub Desktop.
SCSS: Font smoothing webkit
html {
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment