From 877628cb8745930715379f41d012ccbc7b23cf13 Mon Sep 17 00:00:00 2001 From: Matias Benedetto Date: Thu, 25 Jul 2024 15:41:41 +0400 Subject: [PATCH] Fix item font family item height in the sidebar (#63125) * fix item font family item height * Apply size="large" to custom fonts as well --------- Co-authored-by: Sarah Norris Co-authored-by: matiasbenedetto Co-authored-by: mikachan Co-authored-by: tyxla Co-authored-by: jasmussen Co-authored-by: ciampo Co-authored-by: t-hamano --- .../edit-site/src/components/global-styles/font-families.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/edit-site/src/components/global-styles/font-families.js b/packages/edit-site/src/components/global-styles/font-families.js index 7a05a66c6efdfe..f6610d0457bbae 100644 --- a/packages/edit-site/src/components/global-styles/font-families.js +++ b/packages/edit-site/src/components/global-styles/font-families.js @@ -69,7 +69,7 @@ function FontFamilies() { _x( 'Theme', 'font source' ) } - + { themeFonts.map( ( font ) => ( - + { customFonts.map( ( font ) => (