|
@@ -1,4 +1,5 @@
|
|
|
{
|
|
|
+ "$schema": "https://json.schemastore.org/theme-v1.json",
|
|
|
"version": 1,
|
|
|
"templateParts": [
|
|
|
{
|
|
@@ -239,7 +240,7 @@
|
|
|
}
|
|
|
},
|
|
|
"gap": {
|
|
|
- "baseline": "10px",
|
|
|
+ "baseline": "15px",
|
|
|
"horizontal": "min(30px, 5vw)",
|
|
|
"vertical": "min(30px, 5vw)"
|
|
|
},
|
|
@@ -412,10 +413,16 @@
|
|
|
},
|
|
|
"core/navigation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"core/post-title": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "0"
|
|
|
+ }
|
|
|
+ },
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--preset--font-family--inter)",
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)",
|
|
@@ -438,7 +445,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontStyle": "italic",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"padding": {
|
|
@@ -462,7 +469,8 @@
|
|
|
"core/site-title": {
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
- "fontWeight": 700
|
|
|
+ "fontWeight": 700,
|
|
|
+ "textTransform": "uppercase"
|
|
|
}
|
|
|
},
|
|
|
"core/quote": {
|
|
@@ -491,6 +499,11 @@
|
|
|
"typography": {
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
}
|
|
|
+ },
|
|
|
+ "core/site-tagline": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"color": {
|
|
@@ -531,7 +544,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--inter)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -545,7 +558,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--inter)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--medium)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|