diff --git a/tt1-blocks/theme.json b/tt1-blocks/theme.json index 91721c3..1ff515f 100644 --- a/tt1-blocks/theme.json +++ b/tt1-blocks/theme.json @@ -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)",