SCSS: Fix base font

This commit is contained in:
Molkobain
2021-06-03 18:46:47 +02:00
parent 77527987ee
commit d405fc0675
2 changed files with 5 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ body{
height: 100vh;
color: var(--ibo-body-text-color);
background-color: var(--ibo-body-background-color);
@extend %ibo-font-ral-nor-100;
@extend %ibo-font-ral-med-100;
}
#ibo-navigation-menu{

View File

@@ -18,5 +18,9 @@
$family-sans-serif: $ibo-font-family-base, $ibo-font-family-fallbacks !default;
$body-color: $ibo-color-grey-900 !default;
$body-font-size: $ibo-font-size-100 !default;
$body-weight: $ibo-font-weight-500 !default;
$body-overflow-x: hidden !default;
$body-overflow-y: auto !default;