|
@@ -508,6 +508,12 @@
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"fontSize": "41.47px"
|
|
"fontSize": "41.47px"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h2": {
|
|
"h2": {
|
|
@@ -516,6 +522,12 @@
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
|
"fontSize": "var(--wp--preset--font-size--huge)"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h3": {
|
|
"h3": {
|
|
@@ -524,6 +536,12 @@
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
|
"fontSize": "var(--wp--preset--font-size--large)"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h4": {
|
|
"h4": {
|
|
@@ -532,6 +550,12 @@
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"fontSize": "24px"
|
|
"fontSize": "24px"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h5": {
|
|
"h5": {
|
|
@@ -540,6 +564,12 @@
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
"fontSize": "var(--wp--preset--font-size--normal)"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"h6": {
|
|
"h6": {
|
|
@@ -548,6 +578,12 @@
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"fontWeight": "var(--wp--custom--heading--typography--font-weight)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"lineHeight": "var(--wp--custom--heading--typography--line-height)",
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
"fontSize": "var(--wp--preset--font-size--small)"
|
|
|
|
+ },
|
|
|
|
+ "spacing": {
|
|
|
|
+ "margin": {
|
|
|
|
+ "top": "var(--wp--custom--margin--vertical)",
|
|
|
|
+ "bottom": "var(--wp--custom--margin--vertical)"
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
"link": {
|
|
"link": {
|