Snippets

Crumina Team [Modesto] Disable google fonts loading

Created by Alexandr Kostyrka
1
2
3
4
5
add_action( 'wp_enqueue_scripts', 'crumina_child_theme_scripts', 99 );
function crumina_child_theme_scripts()
{
    wp_dequeue_script( 'modesto-main-fonts' ); // reactor-js: script ID (defined in inc/static.php)
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.