|
@@ -171,7 +171,7 @@ $config-button: (
|
|
"font": (
|
|
"font": (
|
|
"family": map-deep-get($config-global, "font", "family", "ui"),
|
|
"family": map-deep-get($config-global, "font", "family", "ui"),
|
|
"size": map-deep-get($config-global, "font", "size", "md"),
|
|
"size": map-deep-get($config-global, "font", "size", "md"),
|
|
- "weight": 600,
|
|
|
|
|
|
+ "weight": 700,
|
|
"line-height": 1,
|
|
"line-height": 1,
|
|
),
|
|
),
|
|
// Borders
|
|
// Borders
|
|
@@ -227,7 +227,7 @@ $config-heading: (
|
|
"h1": map-deep-get($config-global, "font", "letter-spacing", "xxxl"),
|
|
"h1": map-deep-get($config-global, "font", "letter-spacing", "xxxl"),
|
|
),
|
|
),
|
|
// Font Weight
|
|
// Font Weight
|
|
- "weight": normal,
|
|
|
|
|
|
+ "weight": 700,
|
|
),
|
|
),
|
|
);
|
|
);
|
|
|
|
|
|
@@ -295,7 +295,7 @@ $config-header: (
|
|
"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", "md"),
|
|
"size": map-deep-get($config-global, "font", "size", "md"),
|
|
- "weight": normal,
|
|
|
|
|
|
+ "weight": 700,
|
|
"line-height": 1,
|
|
"line-height": 1,
|
|
),
|
|
),
|
|
),
|
|
),
|
|
@@ -320,7 +320,7 @@ $config-header: (
|
|
"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", "md"),
|
|
"size": map-deep-get($config-global, "font", "size", "md"),
|
|
- "weight": normal,
|
|
|
|
|
|
+ "weight": 700,
|
|
"line-height": 1,
|
|
"line-height": 1,
|
|
),
|
|
),
|
|
"link-padding": map-deep-get($config-global, "spacing", "unit"),
|
|
"link-padding": map-deep-get($config-global, "spacing", "unit"),
|