[Support request] Typography plugin – custom font

Home Forums Support [Support request] Typography plugin – custom font

Home Forums Support Typography plugin – custom font

Viewing 16 post (of 16 total)
  • Author
    Posts
  • #1159290
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 16 post (of 16 total)
  • You must be logged in to reply to this topic.