Created
June 21, 2022 18:15
-
-
Save elpuas/caae24fae68b28cbe5dfd3c89ac67400 to your computer and use it in GitHub Desktop.
theme.json Adding Styles to our Elements
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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