Created
August 5, 2012 03:36
-
-
Save awayken/3261430 to your computer and use it in GitHub Desktop.
CSS3 Ligatures and Kerning Pairs
This file contains hidden or 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
| /** | |
| * CSS3 Ligatures and Kerning Pairs | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Lato); | |
| @import url(http://fonts.googleapis.com/css?family=Goudy+Bookletter+1911); | |
| body { | |
| font-family: Verdana; | |
| font-size: 0.8em; | |
| text-rendering: optimizeSpeed; | |
| } | |
| h1 { | |
| font-family: "Goudy Bookletter 1911", Lato, serif; | |
| font-size: 6em; | |
| font-weight: normal; | |
| text-rendering: optimizeLegibility; | |
| } |
This file contains hidden or 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>LYoWAT ff fi fl ffl</h1> | |
| <p>Did you guys see the final countdown to WAR? No? Cool...</p> |
This file contains hidden or 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-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment