Skip to content

Commit

Permalink
Typography Presetss: Move below elements
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed May 22, 2024
1 parent f8ce6a6 commit 5830381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ function ScreenTypography() {
/>
<div className="edit-site-global-styles-screen">
<VStack spacing={ 7 }>
<TypographyVariations title={ __( 'Presets' ) } />
{ ! window.__experimentalDisableFontLibrary &&
fontLibraryEnabled && <FontFamilies /> }
<TypographyElements />
<TypographyVariations title={ __( 'Presets' ) } />
</VStack>
</div>
</>
Expand Down

0 comments on commit 5830381

Please sign in to comment.