drewcassidy.me/_sass/_fonts.scss
drewcassidy 670a2fa8be Add blog post list and placeholder blog post
• add blog post list
• add css specificially for the blog and projects pages
• make layouts more modular for including different CSS on each page
• use HTML for directory pages for better use with Liquid
2023-04-19 01:16:52 -07:00

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: 18px;