|
@@ -296,7 +296,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontSize": "48px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--gigantic)"
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
@@ -304,7 +304,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
- "fontSize": "32px"
|
|
|
+ "fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
@@ -312,7 +312,7 @@
|
|
|
"fontFamily": "var(--wp--preset--font-family--system-font)",
|
|
|
"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--extra-large)"
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|