Browse Source

Changed nav font size to use variable instead of value

Jason Crist 4 years ago
parent
commit
69a183b592
1 changed files with 1 additions and 1 deletions
  1. 1 1
      blockbase/theme.json

+ 1 - 1
blockbase/theme.json

@@ -312,7 +312,7 @@
 			},
 			"core/navigation": {
 				"typography": {
-					"fontSize": "18px"
+					"fontSize": "var(--wp--preset--font-size--normal)"
 				}
 			},
 			"core/navigation-link": {