Skip to content

Commit

Permalink
Apply size="large" to custom fonts as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mikachan committed Jul 25, 2024
1 parent d3257f9 commit a60266a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function FontFamilies() {
_x( 'Custom', 'font source' )
}
</Subtitle>
<ItemGroup isBordered isSeparated>
<ItemGroup size="large" isBordered isSeparated>
{ customFonts.map( ( font ) => (
<FontFamilyItem
key={ font.slug }
Expand Down

0 comments on commit a60266a

Please sign in to comment.