Skip to content

Instantly share code, notes, and snippets.

@lennybacon
Created February 26, 2013 15:54
Show Gist options
  • Save lennybacon/5039532 to your computer and use it in GitHub Desktop.
Save lennybacon/5039532 to your computer and use it in GitHub Desktop.
CSS: Safe Type Faces
.sans-ui{
font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
.sans{
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.serif{
font-family: Cambria, Georgia, serif;
}
.mono{
font-family: Consolas, monaco, monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment