Skip to content

Instantly share code, notes, and snippets.

@williamukoh
Forked from danott/font-stacks.css
Created September 15, 2016 15:12
Show Gist options
  • Save williamukoh/5ba3e88a32442d322d9f5206a2ecfa03 to your computer and use it in GitHub Desktop.
Save williamukoh/5ba3e88a32442d322d9f5206a2ecfa03 to your computer and use it in GitHub Desktop.
A collection of nice font stacks.
.fs-garamond {
font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif;
}
.fs-lucida-bright {
font-family: "Lucida Bright", Georgia, serif;
}
.fs-palatino {
font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}
.fs-big-caslon {
font-family: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif;
}
.fs-didot {
font-family: Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.fs-baskerville {
font-family: Baskerville, "Baskerville old face", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.fs-hoefler-text {
font-family: "Hoefler Text", "Baskerville old face", Garamond, "Times New Roman", serif;
}
.fs-bodoni {
font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif;
}
.fs-goudy-old-style {
font-family: "Goudy Old Style", Garamond, "Big Caslon", "Times New Roman", serif;
}
.fs-constantia {
font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
.fs-cambria {
font-family: Cambria, Georgia, serif;
}
.fs-book-antiqua {
font-family:"Book Antiqua", Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
}
.fs-optima {
font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
}
.fs-futura {
font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
.fs-gill-sans {
font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.fs-trebuchet {
font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
.fs-helvetica {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fs-verdana {
font-family: Verdana, Geneva, sans-serif;
}
.fs-lucida-grande {
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
.fs-geneva {
font-family: Geneva, Tahoma, Verdana, sans-serif;
}
.fs-segoe {
font-family: Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}
.fs-candara {
font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.fs-calibri {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.fs-franklin-gothic {
font-family: "Franklin Gothic Medium", Arial, sans-serif;
}
.fs-tahoma {
font-family: Tahoma, Geneva, Verdana, sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment