if(!function_exists('mdz_remove_admin_gfonts')){ function mdz_remove_admin_gfonts(){ wp_deregister_style('elementor-admin-top-bar-fonts'); wp_dequeue_style('elementor-admin-top-bar-fonts'); } } add_action('admin_enqueue_scripts', 'mdz_remove_admin_gfonts', 999);