|
@@ -96,7 +96,7 @@
|
|
|
}
|
|
|
},
|
|
|
"typography": {
|
|
|
- "fontSize": "20px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "700",
|
|
|
"lineHeight": 2
|
|
|
}
|
|
@@ -386,17 +386,17 @@
|
|
|
"fontSizes": [
|
|
|
{
|
|
|
"name": "Tiny",
|
|
|
- "size": "15px",
|
|
|
+ "size": "16px",
|
|
|
"slug": "tiny"
|
|
|
},
|
|
|
{
|
|
|
"name": "Small",
|
|
|
- "size": "17px",
|
|
|
+ "size": "18px",
|
|
|
"slug": "small"
|
|
|
},
|
|
|
{
|
|
|
"name": "Normal",
|
|
|
- "size": "18px",
|
|
|
+ "size": "20px",
|
|
|
"slug": "normal"
|
|
|
},
|
|
|
{
|
|
@@ -406,7 +406,7 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "Extra Large",
|
|
|
- "size": "min(max(28px, 5vw), 35px)",
|
|
|
+ "size": "min(max(28px, 5vw), 38px)",
|
|
|
"slug": "extra-large"
|
|
|
},
|
|
|
{
|
|
@@ -451,7 +451,7 @@
|
|
|
},
|
|
|
"typography": {
|
|
|
"fontFamily": "monospace",
|
|
|
- "fontSize": "20px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "400",
|
|
|
"lineHeight": "1.6"
|
|
|
},
|
|
@@ -459,9 +459,24 @@
|
|
|
"background": "var(--wp--custom--color--tertiary)"
|
|
|
}
|
|
|
},
|
|
|
+ "core/gallery": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "core/group": {
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--gap--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--gap--vertical)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/navigation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "18px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
}
|
|
|
},
|
|
|
"core/post-title": {
|
|
@@ -513,7 +528,7 @@
|
|
|
},
|
|
|
"core/site-title": {
|
|
|
"typography": {
|
|
|
- "fontSize": "18px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": 700,
|
|
|
"textTransform": "uppercase"
|
|
|
},
|
|
@@ -540,7 +555,7 @@
|
|
|
},
|
|
|
"citation": {
|
|
|
"typography": {
|
|
|
- "fontSize": "15px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--tiny)",
|
|
|
"fontWeight": "400"
|
|
|
}
|
|
|
}
|
|
@@ -567,7 +582,7 @@
|
|
|
},
|
|
|
"core/query-pagination": {
|
|
|
"typography": {
|
|
|
- "fontSize": "18px",
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)",
|
|
|
"fontWeight": "500"
|
|
|
}
|
|
|
}
|
|
@@ -624,7 +639,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "20px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--large)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -638,7 +653,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "18px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|
|
@@ -652,7 +667,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.4,
|
|
|
- "fontSize": "16px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--small)"
|
|
|
},
|
|
|
"spacing": {
|
|
|
"margin": {
|