|
@@ -235,12 +235,6 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--dm-sans)",
|
|
|
"fontWeight": "500",
|
|
|
"lineHeight": 1.125
|
|
|
- },
|
|
|
- "h1": {
|
|
|
- "fontSize": "min(max(48px, 7vw), 80px)"
|
|
|
- },
|
|
|
- "h3": {
|
|
|
- "fontSize": "min(max(28px, 5vw), 38px)"
|
|
|
}
|
|
|
},
|
|
|
"latest-posts": {
|
|
@@ -454,7 +448,7 @@
|
|
|
"core/post-title": {
|
|
|
"typography": {
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
- "fontSize": "var(--wp--custom--heading--h1--font-size)",
|
|
|
+ "fontSize": "min(max(48px, 7vw), 80px)",
|
|
|
"lineHeight": 1.2,
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)"
|
|
|
}
|
|
@@ -543,6 +537,15 @@
|
|
|
"left": "calc( 2 * var(--wp--custom--margin--horizontal) )"
|
|
|
}
|
|
|
},
|
|
|
+ "core/post-template": {
|
|
|
+ "elements": {
|
|
|
+ "h2": {
|
|
|
+ "typography": {
|
|
|
+ "fontSize": "min(max(28px, 5vw), 38px)"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
"core/query-pagination": {
|
|
|
"typography": {
|
|
|
"fontSize": "18px",
|
|
@@ -560,7 +563,7 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.2,
|
|
|
- "fontSize": "var(--wp--custom--heading--h1--font-size)"
|
|
|
+ "fontSize": "min(max(48px, 7vw), 80px)"
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
@@ -576,7 +579,7 @@
|
|
|
"fontFamily": "var(--wp--custom--heading--typography--font-family)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": 1.2,
|
|
|
- "fontSize": "var(--wp--custom--heading--h3--font-size)"
|
|
|
+ "fontSize": "min(max(28px, 5vw), 38px)"
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|