Site logo

Archived topic

Locally added fonts not loading in block editor

16 replies · Started by Angus on January 21, 2021

Viewing posts 16–17 of 17

add_filter( 'generate_editor_styles', function( $editor_styles ) {
$editor_styles[] = 'wp-content/themes/generatepress/assets/css/admin/editor-style.css';

return $editor_styles;
} );

This is what I'm using and it's the only editor-style.css I can find. But, I'm still not getting the headlines to work.

This archived topic is closed to new replies.