Created
November 21, 2010 16:25
A collection of nice font stacks.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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