Skip to content

Instantly share code, notes, and snippets.

@bMinaise
Created October 22, 2013 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bMinaise/7093466 to your computer and use it in GitHub Desktop.
Save bMinaise/7093466 to your computer and use it in GitHub Desktop.
CSS - Text Rendering Styles
body {
text-rendering: auto;
text-rendering: optimizeSpeed;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment