Archived topic
Typography plugin - custom font
15 replies · Started by Matthias on January 24, 2020
Viewing posts 16–16 of 16
You could try adding your Customizer CSS to the editor:
add_action( 'enqueue_block_editor_assets', function() {
wp_add_inline_style( 'generate-block-editor-styles', wp_get_custom_css_post()->post_content );
} );
Let me know :)
This archived topic is closed to new replies.