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
Super, glad that helped 🙂