|
@@ -127,10 +127,14 @@ if ( ! function_exists( 'penscratch_2_setup' ) ) :
|
|
|
);
|
|
|
|
|
|
add_theme_support( 'editor-styles' );
|
|
|
- add_editor_style( array(
|
|
|
- get_theme_file_uri( '/css/editor-blocks.css' ),
|
|
|
- penscratch_2_fonts_url()
|
|
|
- ) );
|
|
|
+ add_editor_style(
|
|
|
+ array(
|
|
|
+ 'style.css',
|
|
|
+ '/css/blocks.css',
|
|
|
+ '/css/editor-blocks.css',
|
|
|
+ penscratch_2_fonts_url(),
|
|
|
+ )
|
|
|
+ );
|
|
|
}
|
|
|
endif; // penscratch_2_setup
|
|
|
add_action( 'after_setup_theme', 'penscratch_2_setup' );
|