浏览代码

Configure Font Weights.

Jeffrey Pearce 6 年之前
父节点
当前提交
44f464b1d9
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      stratford/sass/_config-child-theme-deep.scss

+ 4 - 4
stratford/sass/_config-child-theme-deep.scss

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