Skip to content

Instantly share code, notes, and snippets.

@awayken
Created August 5, 2012 03:36
Show Gist options
  • Select an option

  • Save awayken/3261430 to your computer and use it in GitHub Desktop.

Select an option

Save awayken/3261430 to your computer and use it in GitHub Desktop.
CSS3 Ligatures and Kerning Pairs
/**
* 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;
}
<h1>LYoWAT ff fi fl ffl</h1>
<p>Did you guys see the final countdown to WAR? No? Cool...</p>
{"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