Created
March 26, 2012 16:36
-
-
Save bradfrost/2206377 to your computer and use it in GitHub Desktop.
text-rendering: optimizeLegibility example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* text-rendering: optimizeLegibility example | |
*/ | |
body { | |
background: #BE6700; | |
} | |
h1 { | |
color: #DEDCB9; | |
font: italic normal 5em/1 Georgia, "Times New Roman", Times, serif; | |
text-rendering: optimizeLegibility; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>optimizeLegibility Headline</h1><!-- content to be placed inside <body>…</body> --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"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