Skip to content

Instantly share code, notes, and snippets.

@elpuas
Created June 21, 2022 18:15
Show Gist options
  • Save elpuas/caae24fae68b28cbe5dfd3c89ac67400 to your computer and use it in GitHub Desktop.
Save elpuas/caae24fae68b28cbe5dfd3c89ac67400 to your computer and use it in GitHub Desktop.
theme.json Adding Styles to our Elements
"styles": {
"spacing":{
"blockGap": "32px",
},
"typography": {
"fontSize": "var(--wp--preset--font-size--size18)",
"fontFamily": "var(--wp--preset--font-family--helvetica-arial)",
"lineHeight": "1.5"
},
"elements": {
"h1": {
"typography": {
"fontSize": "var(--wp--preset--font-size--size50)"
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment