aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/sass/shared/_fonts.scss
blob: 6fea9aec8de2336cafd648dee251ff4879fa1f30 (plain)
1
2
3
4
5
// Fonts that all Sass code can share.

$default-font-stack: Cambria, "Hoefler Text", Utopia, "Liberation Serif", "Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;

$modern-font-stack: Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;