move heading typography to styles > elements

This commit is contained in:
desmukh 2023-01-21 13:08:20 +05:00
parent a059df6945
commit c67a53f535
1 changed files with 15 additions and 17 deletions

View File

@ -114,24 +114,22 @@
"fontWeight": "600",
"textTransform": "uppercase"
}
},
"core/heading": {
"elements": {
"h1": {
"typography": {
"fontSize": "44px",
"fontWeight": "400",
"lineHeight": "0.9"
}
},
"h2": {
"typography": {
"fontSize": "14px",
"textTransform": "uppercase"
}
}
}
}
},
"elements": {
"h1": {
"typography": {
"fontSize": "44px",
"fontWeight": "400",
"lineHeight": "0.9"
}
},
"h2": {
"typography": {
"fontSize": "14px",
"textTransform": "uppercase"
}
}
}
},
"templateParts": [