Skip to content

Instantly share code, notes, and snippets.

@lmeyer
Created January 11, 2013 00:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmeyer/4507048 to your computer and use it in GitHub Desktop.
Save lmeyer/4507048 to your computer and use it in GitHub Desktop.
Creative CSS font stacks optimized for titles and body text
/*
http://snipplr.com/view/7143/creative-css-font-stacks-optimized-for-titles-and-body-text/
*/
.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;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment