|
@@ -298,7 +298,7 @@ $config-header: (
|
|
// Fonts
|
|
// Fonts
|
|
"font": (
|
|
"font": (
|
|
"family": map-deep-get($config-global, "font", "family", "primary"),
|
|
"family": map-deep-get($config-global, "font", "family", "primary"),
|
|
- "size": map-deep-get($config-global, "font", "size", "xxxl"),
|
|
|
|
|
|
+ "size": map-deep-get($config-global, "font", "size", "xxl"),
|
|
"weight": 600,
|
|
"weight": 600,
|
|
"line-height": 1,
|
|
"line-height": 1,
|
|
),
|
|
),
|
|
@@ -308,7 +308,7 @@ $config-header: (
|
|
// Fonts
|
|
// Fonts
|
|
"font": (
|
|
"font": (
|
|
"family": map-deep-get($config-global, "font", "family", "secondary"),
|
|
"family": map-deep-get($config-global, "font", "family", "secondary"),
|
|
- "size": map-deep-get($config-global, "font", "size", "xxxl"),
|
|
|
|
|
|
+ "size": map-deep-get($config-global, "font", "size", "xxl"),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|
|
),
|