Site icon Hip-Hop Website Design and Development

Disable Gutenberg text-Settings in all blocks

I must disable the Gutenberg text-settings tab in all Blocks. Is that this potential with a funtion in funtions.php?

I may disable the colours tab, however discovered no resolution for the text-settings:

operate disable_tabs() {
    add_theme_support( 'editor-color-palette' );
    add_theme_support( 'disable-custom-colors' );
}
add_action( 'after_setup_theme', 'disable_tabs' );