SnapKit/_sass/_settings.scss

11 lines
336 B
SCSS
Raw Normal View History

2015-04-15 18:52:48 +08:00
$body-bg: #FFF;
$body-font-color: #444;
$body-font-weight: 400;
$body-font-style: normal;
$header-font-color: #444;
$header-font-weight: 500;
$header-font-style: normal;
$body-font-family: "Gotham Rounded A", "Gotham Rounded B", "Helvetica Neue", "Helvetica", sans-serif;
$header-font-family: $body-font-family;
$header-line-height: 1;