Browse Source

Quadrat: Make site title uppercase (#4132)

Ben Dwyer 4 years ago
parent
commit
2e2933da02
2 changed files with 4 additions and 2 deletions
  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)"