google_font_url() ) { wp_enqueue_style( 'blogin-aarambha-google-fonts', blogin_aarambha_google_fonts()->google_font_url(), array(), BLOGIN_AARAMBHA_VERSION ); } wp_enqueue_style( 'blogin-aarambha-editor-styles', BLOGIN_AARAMBHA_URI . 'assets/css/editor' . BLOGIN_AARAMBHA_SCRIPT_PREFIX . '.css', null, BLOGIN_AARAMBHA_VERSION, 'all' ); // Editor inline style wp_add_inline_style( 'blogin-aarambha-editor-styles', Blogin_Aarambha_Customizer_Inline_Style::css_output( 'editor' ) ); } } /** * Create Instance for blogin_aarambha_editor_style * * @since 1.0.0 * @access public * * @param * * @return object */ if ( ! function_exists( 'blogin_aarambha_editor_style' ) ) { function blogin_aarambha_editor_style() { return Blogin_Aarambha_Editor_Style::instance(); } blogin_aarambha_editor_style()->run(); }