• Resolved TheMadcore

    (@themadcore)


    Hi.

    I’m working on a page setup and desing. I put the editor styles support on the functions.php like this:

    add_theme_support('editor-styles');
    add_editor_style('style-editor.css');

    And that’s worked perfect all the time. Untill yesterday, after I updated WordPress to 5.5.1. Then it stops to load the styles and show the predefined ones.

    I deactivated every plugin, and even tried on another wordpress install the theme I’m working on (I’m developing it locally), but custom styles didn’t appear.

    Anyone have a clue why that happens?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter TheMadcore

    (@themadcore)

    I reply myself.

    The problem was an css import from Google Fonts. Embedding two families broke the block editor style loading. Removing those two families, the block editor can load the custom style again.

Viewing 1 replies (of 1 total)

The topic ‘Block editor stops loading custom styles’ is closed to new replies.