move heading typography to styles > elements
This commit is contained in:
parent
a059df6945
commit
c67a53f535
32
theme.json
32
theme.json
@ -114,24 +114,22 @@
|
|||||||
"fontWeight": "600",
|
"fontWeight": "600",
|
||||||
"textTransform": "uppercase"
|
"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": [
|
"templateParts": [
|
||||||
|
Loading…
Reference in New Issue
Block a user