diff --git a/packages/block-editor/src/components/global-styles/hooks.js b/packages/block-editor/src/components/global-styles/hooks.js index b843b978bbd4b3..020b84705958d3 100644 --- a/packages/block-editor/src/components/global-styles/hooks.js +++ b/packages/block-editor/src/components/global-styles/hooks.js @@ -252,6 +252,7 @@ export function overrideSettingsWithSupports( settings, supports ) { 'fontWeight', 'letterSpacing', 'textTransform', + 'textDecoration', ].forEach( ( key ) => { if ( ! supports.includes( key ) ) { updatedSettings.typography = {