|
@@ -294,7 +294,8 @@
|
|
|
"core/navigation": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
|
- "textDecoration": "none"
|
|
|
+ "textDecoration": "none",
|
|
|
+ "textTransform": "lowercase"
|
|
|
},
|
|
|
"elements": {
|
|
|
"link": {
|
|
@@ -320,8 +321,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
|
- "textTransform": "uppercase",
|
|
|
- "letterSpacing": "-0.04em"
|
|
|
+ "textTransform": "uppercase"
|
|
|
|
|
|
},
|
|
|
"elements": {
|
|
@@ -493,7 +493,6 @@
|
|
|
"typography": {
|
|
|
"textTransform": "uppercase",
|
|
|
"fontSize": "var(--wp--preset--font-size--large)",
|
|
|
- "letterSpacing": "-0.04em",
|
|
|
"lineHeight": "1em"
|
|
|
},
|
|
|
"border": {
|
|
@@ -544,11 +543,6 @@
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
- "heading": {
|
|
|
- "typography": {
|
|
|
- "letterSpacing": "-0.04em"
|
|
|
- }
|
|
|
- },
|
|
|
"h1": {
|
|
|
"typography": {
|
|
|
"fontSize": "clamp(3.75rem, calc(3.75rem + ((1vw - 0.48rem) * 8.4135)), 8.125rem)",
|
|
@@ -612,7 +606,8 @@
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--spacemono)",
|
|
|
"fontSize": "var(--wp--preset--font-size--medium)",
|
|
|
- "lineHeight": "1.6"
|
|
|
+ "lineHeight": "1.6",
|
|
|
+ "letterSpacing": "-0.04em"
|
|
|
}
|
|
|
},
|
|
|
"templateParts": [
|