Skip to content

Commit

Permalink
Verse: Prevent default styles overriding theme.json font family
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Dec 15, 2022
1 parent b856a3f commit e78285b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/block-library/src/verse/style.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
pre.wp-block-verse {
font-family: inherit;
overflow: auto;
white-space: pre-wrap;
}

:where(pre.wp-block-verse) {
font-family: inherit;
}

0 comments on commit e78285b

Please sign in to comment.