Last active
August 22, 2023 08:04
-
-
Save tiborp/0b1c5d07e690b84460a32ff9580b369c to your computer and use it in GitHub Desktop.
core/heading settings
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
"core/heading":{ | |
"typography":{ | |
"fontWeight":"700" | |
}, | |
"spacing":{ | |
"margin":{ | |
"top":"0", | |
"bottom":"1.25rem" | |
} | |
}, | |
"elements":{ | |
"h1":{ | |
"typography":{ | |
"fontSize":"var(--wp--preset--font-size--huge)" | |
}, | |
"spacing":{ | |
"margin":{ | |
"bottom":"1.5em", | |
"top":"0" | |
} | |
} | |
}, | |
"h2":{ | |
"typography":{ | |
"fontSize":"var(--wp--preset--font-size--x-large)" | |
} | |
}, | |
"h3":{ | |
"typography":{ | |
"fontSize":"var(--wp--preset--font-size--large)" | |
} | |
}, | |
"h4":{ | |
"typography":{ | |
"fontSize":"var(--wp--preset--font-size--medium)" | |
} | |
}, | |
"h5":{ | |
"typography":{ | |
"fontSize":"var(--wp--preset--font-size--normal)" | |
} | |
}, | |
"h6":{ | |
"typography":{ | |
"fontSize":"var(--wp--preset--font-size--small)" | |
} | |
} | |
} | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment