• Is there a way to disable Google Fonts? I want to use a font stored on my server instead of loading one from Google.

Viewing 1 replies (of 1 total)
  • Thread Starter H. Fisherman

    (@h-fisherman)

    Ooops …, didn’t expect that it was that simple:

    Added the following to my child-theme functions.php

    add_action( ‘wp_enqueue_scripts’, function() {
    wp_dequeue_style( ‘orchestrated_corona_virus_banner-font’ );
    }, 99 );

    It works.

Viewing 1 replies (of 1 total)
  • The topic ‘How to disable Google Fonts?’ is closed to new replies.