Skip to content

Instantly share code, notes, and snippets.

@bradfrost
Created March 26, 2012 16:36
Show Gist options
  • Save bradfrost/2206377 to your computer and use it in GitHub Desktop.
Save bradfrost/2206377 to your computer and use it in GitHub Desktop.
text-rendering: optimizeLegibility example
/**
* text-rendering: optimizeLegibility example
*/
body {
background: #BE6700;
}
h1 {
color: #DEDCB9;
font: italic normal 5em/1 Georgia, "Times New Roman", Times, serif;
text-rendering: optimizeLegibility;
}
<h1>optimizeLegibility Headline</h1><!-- content to be placed inside <body>…</body> -->
{"view":"split","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment