ソースを参照

Videomaker: Make button font weight 700 (#4677)

Ben Dwyer 3 年 前
コミット
0d1fe00684
2 ファイル変更4 行追加1 行削除
  1. 3 0
      videomaker/child-theme.json
  2. 1 1
      videomaker/theme.json

+ 3 - 0
videomaker/child-theme.json

@@ -43,6 +43,9 @@
 					"border": {
 						"color": "var(--wp--custom--color--foreground)"
 					}
+				},
+				"typography": {
+					"fontWeight": 700
 				}
 			},
 			"color": {

+ 1 - 1
videomaker/theme.json

@@ -94,7 +94,7 @@
 				},
 				"typography": {
 					"fontSize": "var(--wp--preset--font-size--normal)",
-					"fontWeight": "normal",
+					"fontWeight": 700,
 					"lineHeight": 2
 				}
 			},