|
@@ -479,6 +479,12 @@
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"fontSize": "48px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h2": {
|
|
@@ -487,6 +493,12 @@
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"fontSize": "32px"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h3": {
|
|
@@ -495,6 +507,12 @@
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h4": {
|
|
@@ -503,6 +521,12 @@
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h5": {
|
|
@@ -511,6 +535,12 @@
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"h6": {
|
|
@@ -519,6 +549,12 @@
|
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
+ },
|
|
|
+ "spacing": {
|
|
|
+ "margin": {
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
"link": {
|