drewcassidy.me/_sass/_fonts.scss

14 lines
300 B
SCSS
Raw Normal View History

$sidebar-text: $background;
$sidebar-font: 'Barlow', sans-serif;
2017-11-27 00:29:37 +00:00
$sidebar-link-text: $subtle;
$sidebar-link-hover: $foreground;
$title-text: $foreground;
$title-font: 'Barlow', sans-serif;
$body-text: $foreground;
$body-text-subtle: $subtle;
$body-font: 'Open Sans', sans-serif;
2017-12-24 23:04:19 +00:00
$body-size: 16px;