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 7713b27e306ef..5b72b1264f91b 100644 --- a/packages/edit-site/src/components/global-styles/font-families.js +++ b/packages/edit-site/src/components/global-styles/font-families.js @@ -5,11 +5,13 @@ import { __ } from '@wordpress/i18n'; import { __experimentalItemGroup as ItemGroup, __experimentalVStack as VStack, - __experimentalHStack as HStack, Button, } from '@wordpress/components'; +<<<<<<< HEAD import { privateApis as blockEditorPrivateApis } from '@wordpress/block-editor'; import { settings } from '@wordpress/icons'; +======= +>>>>>>> 72a59c77a0 (Replace Manage fonts icon button with visible text button.) import { useContext } from '@wordpress/element'; /** @@ -51,24 +53,31 @@ function FontFamilies() { ) } - - { __( 'Fonts' ) } - + ) : ( <> { __( 'No fonts installed.' ) } diff --git a/packages/edit-site/src/components/global-styles/style.scss b/packages/edit-site/src/components/global-styles/style.scss index 406152db28970..7230c29a45da8 100644 --- a/packages/edit-site/src/components/global-styles/style.scss +++ b/packages/edit-site/src/components/global-styles/style.scss @@ -46,7 +46,8 @@ color: $gray-700; } -.edit-site-global-styles-font-families__add-fonts { +.edit-site-global-styles-font-families__add-fonts, +.edit-site-global-styles-font-families__manage-fonts { justify-content: center; }