Skip to content

Instantly share code, notes, and snippets.

@maxkramer
Created March 13, 2013 22:19
Show Gist options
  • Save maxkramer/5156924 to your computer and use it in GitHub Desktop.
Save maxkramer/5156924 to your computer and use it in GitHub Desktop.
CSS Forced Anti-Aliasing
html {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment