Skip to content

Instantly share code, notes, and snippets.

@maxpoletaev
Last active October 19, 2015 18:27
Show Gist options
  • Save maxpoletaev/40fd1941eae7be755632 to your computer and use it in GitHub Desktop.
Save maxpoletaev/40fd1941eae7be755632 to your computer and use it in GitHub Desktop.
Beautiful font rendering
body {
text-rendering: optimizeLegibility;
font-feature-settings: "kern";
font-kerning: normal;
-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