Skip to content

Instantly share code, notes, and snippets.

@tiborp
Last active August 22, 2023 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiborp/0b1c5d07e690b84460a32ff9580b369c to your computer and use it in GitHub Desktop.
Save tiborp/0b1c5d07e690b84460a32ff9580b369c to your computer and use it in GitHub Desktop.
core/heading settings
"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