Skip to content

Instantly share code, notes, and snippets.

@Pandahisham
Forked from alexburner/smooth.css
Created March 28, 2016 16:16
Show Gist options
  • Save Pandahisham/34ff1465a1f89b114c88 to your computer and use it in GitHub Desktop.
Save Pandahisham/34ff1465a1f89b114c88 to your computer and use it in GitHub Desktop.
Medium typography hacks
html {
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-feature-settings: "liga" on;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment