diff --git a/packages/edit-site/src/components/global-styles/typography-elements.js b/packages/edit-site/src/components/global-styles/typography-elements.js index add85b6e182190..eaff3de05112b6 100644 --- a/packages/edit-site/src/components/global-styles/typography-elements.js +++ b/packages/edit-site/src/components/global-styles/typography-elements.js @@ -31,9 +31,6 @@ function ElementItem( { parentMenu, element, label } ) { const [ fontFamily ] = useGlobalStyle( prefix + 'typography.fontFamily' ); const [ fontStyle ] = useGlobalStyle( prefix + 'typography.fontStyle' ); const [ fontWeight ] = useGlobalStyle( prefix + 'typography.fontWeight' ); - const [ letterSpacing ] = useGlobalStyle( - prefix + 'typography.letterSpacing' - ); const [ backgroundColor ] = useGlobalStyle( prefix + 'color.background' ); const [ fallbackBackgroundColor ] = useGlobalStyle( 'color.background' ); const [ gradientValue ] = useGlobalStyle( prefix + 'color.gradient' ); @@ -62,7 +59,6 @@ function ElementItem( { parentMenu, element, label } ) { color, fontStyle, fontWeight, - letterSpacing, ...extraStyles, } } >