.wp-block-quote.is-style-default p {
font-family: Arial;
font-size: 22px;
}
FYI, this is not a Developing WordPress topic. I have moved it to Fixing WordPress. We know that doesn’t make much sense either, but that is where CSS questions are going. You could not have known this, so no worries. The topic URL remains unchanged.
]]>
.wp-block-quote:not(.is-large):not(.is-style-large) {
border-color: #b00f14;
font-size: 22px;
}
If you want to change the font family, you can add that in too. Hope this helps.
]]>