Return to Snippet

Revision: 7088
at July 5, 2008 15:32 by johnloy


Initial Code
/*
This is a CSS typography sheet based on the font family stacks
given by Nathan Ford at Unit Interactive. You can find the original post here:
http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/

This file was compiled by Command Line Idiot
http://commandlineidiot.com
June 28, 2008
*/
.arial{font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;}
p.baskerville{font-family:Baskerville,"Times New Roman",Times,serif;}
.title.baskerville{font-family:Baskerville,Times,"Times New Roman",serif;}
.cambria{font-family:Cambria,Georgia,Times,"Times New Roman",serif;}
.century{font-family:"Century Gothic","Apple Gothic",sans-serif;}
.consolas{font-family:Consolas,"Lucida Console",Monaco,monospace;}
.copperplate{font-family:"Copperplate Light","Copperplate Gothic Light",serif;}
.courier{font-family:"Courier New",Courier,monospace;}
.franklin{font-family:"Franklin Gothic Medium","Arial Narrow Bold",Arial,sans-serif;}
.futura{font-family:Futura,"Century Gothic",AppleGothic,sans-serif;}
p.garamond{font-family:Garamond,"Hoefler Text","Times New Roman",Times,serif;}
.title.garamond{font-family:Garamond,"Hoefler Text",Palatino,"Palatino Linotype",serif;}
p.geneva{font-family:Geneva,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;}
.title.geneva{font-family:Geneva,Verdana,"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;}
p.georgia{font-family:Georgia,Palatino,"Palatino Linotype",Times,"Times New Roman",serif;}
.title.georgia{font-family:Georgia,Times,"Times New Roman",serif;}
p.georgia{font-family:GillSans,Calibri,Trebuchet,sans-serif;}
.title.georgia{font-family:GillSans,Trebuchet,Calibri,sans-serif;}
p.helvetica{font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;}
.title.helvetica{font-family:Helvetica,"Helvetica Neue",Arial,sans-serif;}
.impact{font-family:Impact,Haettenschweiler,"Arial Narrow Bold",sans-serif;}
.lucida{font-family:"Lucida Sans","Lucida Grande","Lucida Sans Unicode",sans-serif;}
p.palatino{font-family:Palatino,"Palatino Linotype",Georgia,Times,"Times New Roman",serif;}
.title.palatino{font-family:Palatino,"Palatino Linotype","Hoefler Text",Times,"Times New Roman",serif;}
p.tahoma{font-family:Tahoma,Geneva,Verdana;}
.title.tahoma{font-family:Tahoma,Verdana,Geneva;}
.times{font-family:Times,"Times New Roman",Georgia,serif;}
p.trebuchet{font-family:Trebuchet,"Lucida Sans Unicode","Lucida Grande","Lucida Sans",Arial,sans-serif;}
.title.trebuchet{font-family:Trebuchet,Tahoma,Arial,sans-serif;}
p.verdana{font-family:Verdana,Geneva,Tahoma,sans-serif;}
.title.verdana{font-family:Verdana,Tahoma,Geneva,sans-serif;}

Initial URL


Initial Description


Initial Title
Creative CSS font stacks optimized for titles and body text

Initial Tags
css, textmate, design

Initial Language
Other