Skip to content

Instantly share code, notes, and snippets.

@cheh
Created October 25, 2012 08:04
Show Gist options
  • Save cheh/3951315 to your computer and use it in GitHub Desktop.
Save cheh/3951315 to your computer and use it in GitHub Desktop.
CSS: Standard font-family set
font-family:Verdana, Geneva, sans-serif;
font-family:Georgia, "Times New Roman", Times, serif;
font-family:"Courier New", Courier, monospace;
font-family:Arial, Helvetica, sans-serif;
font-family:Tahoma, Geneva, sans-serif;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-family:"Arial Black", Gadget, sans-serif;
font-family:"Times New Roman", Times, serif;
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-family:"MS Serif", "New York", serif;
font-family:"Lucida Console", Monaco, monospace;
font-family:"Comic Sans MS", cursive;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment