|
@@ -140,7 +140,7 @@ $config-elements: (
|
|
|
|
|
|
// Fonts
|
|
// Fonts
|
|
"font": (
|
|
"font": (
|
|
- "family": map-deep-get($config-global, "font", "family", "primary"),
|
|
|
|
|
|
+ "family": map-deep-get($config-global, "font", "family", "secondary"),
|
|
"line-height": map-deep-get($config-global, "font", "line-height", "md"),
|
|
"line-height": map-deep-get($config-global, "font", "line-height", "md"),
|
|
"size": map-deep-get($config-global, "font", "size", "base"),
|
|
"size": map-deep-get($config-global, "font", "size", "base"),
|
|
"weight": bold,
|
|
"weight": bold,
|
|
@@ -237,7 +237,7 @@ $config-heading: (
|
|
$config-list: (
|
|
$config-list: (
|
|
// Fonts
|
|
// Fonts
|
|
"font": (
|
|
"font": (
|
|
- "family": #{map-deep-get($config-global, "font", "family", "primary")},
|
|
|
|
|
|
+ "family": #{map-deep-get($config-global, "font", "family", "secondary")},
|
|
),
|
|
),
|
|
);
|
|
);
|
|
|
|
|