|
@@ -70,7 +70,10 @@
|
|
|
"fontWeight": "500"
|
|
|
},
|
|
|
"h1": {
|
|
|
- "fontSize":"min(max(48px, 7vw), 80px)"
|
|
|
+ "fontSize": "min(max(48px, 7vw), 80px)"
|
|
|
+ },
|
|
|
+ "h3": {
|
|
|
+ "fontSize": "min(max(28px, 5vw), 38px)"
|
|
|
}
|
|
|
},
|
|
|
"line-height": {
|
|
@@ -297,7 +300,7 @@
|
|
|
},
|
|
|
"h3": {
|
|
|
"typography": {
|
|
|
- "fontSize": "min(max(28px, 5vw), 38px)",
|
|
|
+ "fontSize": "var(--wp--custom--heading--h3--font-size)",
|
|
|
"lineHeight": "var(--wp--custom--line-height--headings--h3)"
|
|
|
}
|
|
|
},
|