Skip to content

Instantly share code, notes, and snippets.

@kixxauth
Created January 26, 2011 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kixxauth/797222 to your computer and use it in GitHub Desktop.
Save kixxauth/797222 to your computer and use it in GitHub Desktop.
My CSS font stack that I always seem to come back to.
/*---------------------------------------------------------
copyright: (c) 2010 by Kris Walker. All rights reserved.
----------------------------------------------------------*/
body {
/* Choose one font-family and delete the rest */
/* sans serif */
font-family: "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, sans-serif;
/* serif */
font-family: "Palatino Linotype", Palatino, "Bitstream Charter", "Book Antiqua", Baskerville, "Nimbus Roman No9 L", "URW Palladio L", "Century Schoolbook L", Georgia, serif;
/* proper sizing (even in IE) */
font-size: 100%;
/* best color on white background */
color: #222;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment