Set default base font to Cabin. Add styling to header.

This commit is contained in:
rebuilt 2021-10-19 20:17:26 +02:00
parent 18fdf10558
commit 382f20fcfa
2 changed files with 4 additions and 2 deletions

View file

@ -20,3 +20,5 @@ $nav-link-color: $white;
$nav-link-font-weight: 600;
$nav-tabs-border-color: transparent;
$nav-tabs-border-radius: 15px;
$font-family-base: 'Cabin', sans-serif;
$body-color: $black;