Skip to content

Commit

Permalink
Merge pull request #225 from WordPress/migrate/pullquote
Browse files Browse the repository at this point in the history
TT1 Blocks: Migrate Pullquote block styles
  • Loading branch information
kjellr authored Aug 19, 2021
2 parents 10dc98f + 9789a9c commit cd51486
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tt1-blocks/theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,25 @@
"lineHeight": "var(--wp--custom--line-height--body)"
}
},
"core/pullquote": {
"typography": {
"fontSize": "var(--wp--preset--font-size--small)",
"fontWeight": "700"
},
"spacing": {
"padding": {
"top": "calc(2 * var(--wp--custom--spacing--unit))",
"bottom": "calc(2 * var(--wp--custom--spacing--unit))",
"left": "0",
"right": "0"
}
},
"border": {
"radius": "0px",
"style": "solid none",
"width": "var(--wp--custom--border--width)"
}
},
"core/site-title": {
"typography": {
"fontSize": "var(--wp--preset--font-size--large)",
Expand Down

0 comments on commit cd51486

Please sign in to comment.