domsPlace/public/styles/settings/typography.scss
2018-03-18 11:04:39 +11:00

17 lines
325 B
SCSS

/*
* Typography Settings
* Provides the type variables for use throughout the theme
*
* Version:
* 1.0.0 - 2018/02/23
*/
$s-font--stack-default: Arial, Helvetica, sans-serif;
$s-font--stack-headings: 'Bitter', serif;
$s-font--size--base: 16px;
%s-font--navigation {
font-family: $s-font--stack-headings;
}