浏览代码

Quadrat: Make site title uppercase (#4132)

Ben Dwyer 4 年之前
父节点
当前提交
2e2933da02
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 2 1
      quadrat/child-theme.json
  2. 2 1
      quadrat/theme.json

+ 2 - 1
quadrat/child-theme.json

@@ -359,7 +359,8 @@
 				},
 				"typography": {
 					"fontSize": "18px",
-					"fontWeight": 700
+					"fontWeight": 700,
+					"textTransform": "uppercase"
 				}
 			}
 		},

+ 2 - 1
quadrat/theme.json

@@ -498,7 +498,8 @@
 			"core/site-title": {
 				"typography": {
 					"fontSize": "18px",
-					"fontWeight": 700
+					"fontWeight": 700,
+					"textTransform": "uppercase"
 				},
 				"color": {
 					"link": "var(--wp--custom--color--primary)"