Tell SiteOrigin Widgets Bundle to stop loading google fonts.
-
Hi!
My site ist loading google fonts locally (css) and it was possible for me to stop loading google fonts for SiteOrigin Page Builder Plugin by using this snippet:
function siteorigin_settings_remove_google() {
wp_dequeue_style( ‘siteorigin-google-web-fonts’ );
}
add_action( ‘wp_enqueue_scripts’, ‘siteorigin_settings_remove_google’, 20 );Bit I cannot find a solution to tell also SiteOrigin Widgets Bundle to stop loading form googleapis.
I have this line at the bottom of the code of my website:<link rel=’stylesheet’ id=’sow-google-font-open sans-css’ href=’https://fonts.googleapis.com/css?family=Open+Sans%3A600&display=swap&ver=5.7.2′ media=’all’ />
Can you help me?
- The topic ‘Tell SiteOrigin Widgets Bundle to stop loading google fonts.’ is closed to new replies.