Viewing 2 replies - 1 through 2 (of 2 total)
  • You can dequeue using handle that is registered while enqueing
    Link

    <?php
    function remove_noto_style() {
      wp_dequeue_style( 'twentyfifteen-fonts' );
    }
    add_action( 'wp_enqueue_scripts', 'remove_noto_style');
    ?>

    Thread Starter WordMonkey25

    (@wordmonkey25)

    Thank you, that works. I’d tried something similar that didn’t work before.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove noto sans’ is closed to new replies.