You appear to be a bot. Output may be restricted
Description
Enqueue styles for the block-based editor.
Usage
twentyfifteen_block_editor_styles();
Parameters
Returns
void
Source
File name: twentyfifteen/functions.php
Lines:
1 to 7 of 7
function twentyfifteen_block_editor_styles() { // Block styles. wp_enqueue_style( 'twentyfifteen-block-editor-style', get_template_directory_uri() . '/css/editor-blocks.css', array(), '20220908' ); // Add custom fonts. wp_enqueue_style( 'twentyfifteen-fonts', twentyfifteen_fonts_url(), array(), null ); }