drewcassidy.me/_sass/_fonts.scss

14 lines
300 B
SCSS

$sidebar-text: $background;
$sidebar-font: 'Barlow', sans-serif;
$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;
$body-size: 16px;