Skip to content

Commit

Permalink
Font Library: Remove unused font library experiment (#63890)
Browse files Browse the repository at this point in the history
Co-authored-by: scruffian <scruffian@git.wordpress.org>
Co-authored-by: mikachan <mikachan@git.wordpress.org>
  • Loading branch information
3 people authored Jul 24, 2024
1 parent c07b37a commit e05fbc2
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ function ScreenTypography() {
/>
<div className="edit-site-global-styles-screen">
<VStack spacing={ 7 }>
{ ! window.__experimentalDisableFontLibrary &&
fontLibraryEnabled && <FontFamilies /> }
{ fontLibraryEnabled && <FontFamilies /> }
<TypographyElements />
<TypographyVariations title={ __( 'Presets' ) } />
<FontSizesCount />
Expand Down

0 comments on commit e05fbc2

Please sign in to comment.