Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Andrew Misplon

    (@misplon)

    Hi

    If you’re using a child theme, add the following function to your child functions.php file.

    https://pastebin.com/YFnDSAAa

    Alternatively, you might be able to add this with Code Snippets plugin, I haven’t tested that though.

    Thread Starter Martin

    (@martin77)

    Thank you, we are using a child theme, we put:

    function ultra_child_setup() {
    siteorigin_webfonts_remove_font( ‘Muli’ );
    siteorigin_webfonts_remove_font( ‘Lato’ );
    }
    add_action( ‘after_setup_theme’, ‘ultra_child_setup’, 100 );

    to the functions.php o

    https://goo.gl/mwuBeK

    Theme Author Andrew Misplon

    (@misplon)

    Super, glad that helped 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Google Font Link’ is closed to new replies.