urlencode( implode( '|', $font_families ) ), 'subset' => urlencode( 'latin,latin-ext' ), ); $fonts_url = add_query_arg( $query_args, '//fonts.googleapis.com/css' ); return $fonts_url; } function biznol_scripts_styles() { wp_enqueue_style( 'biznol-fonts', biznol_fonts_url(), array(), null ); } add_action( 'wp_enqueue_scripts', 'biznol_scripts_styles' ); /** * @todo remove */ add_action( "customize_register", "shapro_temp_remove_setting" ,99); function shapro_temp_remove_setting( $wp_customize ) { $wp_customize->remove_control("top_phone_icon"); $wp_customize->remove_control("top_header_phone_text"); }