Move CONSUL variable to CONSUL variables section

Foundation does not have a variable named `$font-family-serif`.
This commit is contained in:
Javi Martín
2021-04-28 18:40:51 +02:00
parent 59cbfd21be
commit 4474ec4cd1

View File

@@ -15,6 +15,8 @@ $base-line: rem-calc(26);
$line-height: rem-calc(24);
$tiny-font-size: rem-calc(12);
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$brand: #004a83;
$brand-secondary: darken($brand, 10%);
$dark: $brand-secondary;
@@ -112,8 +114,6 @@ $global-radius: rem-calc(3);
$button-radius: $global-radius;
$font-family-serif: Georgia, "Times New Roman", Times, serif;
$header-styles: (
small: (
"h1": ("font-size": 34),