tachyons-skylark/sass/_font_family.scss

16 lines
859 B
SCSS

/*
Font Family Groups
*/
body, .sans-serif { font-family: avenir, 'avenir next', helvetica, 'helvetica neue', arial, sans-serif; }
.open-sans { font-family: "Open sans", sans-serif; }
.serif { font-family: "Calisto MT", georgia, serif; }
// From http://cssfontstack.com
.code, code { font-family: Consolas, monaco, monospace; }
.serif-bodini { font-family: "Bodoni MT", Didot, "Didot LT STD", "Hoefler Text", Garamond, "Times New Roman", serif; }
.serif-calisto { font-family: "Calisto MT", "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif; }
.serif-garamond { font-family: Garamond, Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; }
.serif-times { font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif; }