• Dear all,

    on the sub-pages where I use the Qubely plugin fonts.googleapis.com shows up loading the font Roboto, which I do not use at all. Despite using local hosted fonts and deactivating Google Fonts via the Plugin “autooptimize” it seems like Qubely connects to googleapi automatically.

    Since this is a problem in Germany (DSGVO) I hope you can remove the googleapi connection in further releases so Germans can use your great plugin again.

    Thanks a lot and best,
    Quarenger

    P.S. I removed Qubely from my page for testing purposes and the googleapi connection is gone.

Viewing 7 replies - 1 through 7 (of 7 total)
  • I have the same problem, and its driving me nuts, as I cant find a solution. PLEASE Qubely team help us fixing this problem

    Hello,
    You can add this code to your theme’s (or child theme’s) functions.php file:

    function remove_google_fonts_stylesheet() {  
        wp_dequeue_style( 'google-fonts-roboto' );
    }
    add_action( 'wp_enqueue_scripts', 'remove_google_fonts_stylesheet', 999 );

    I hope your problem will be solved.

    Thanks

    Thread Starter quarenger

    (@quarenger)

    Dear Rejuan,

    thanks a lot for the code snippet.

    Unfortunately I was not able to solve the problem with this snippet. I inserted it within the functions.php of my theme (Chaplin) and no error occured. Though, Google Fonts are still being loaded.

    Is there another way to fix this issue?

    Thank you so much!

    Best,
    Quarenger

    Yes oh my god, please introduce an option inside Qubely to disable all Google Fonts. I too wasn’t using them at all and look in the console and see that Roboto gets loaded. And I have to ask: why?

    I cannot use qubely on my site as it is right now and will have to uninstall and get another solution if there is no fix. A shame that I cannot continue using the pro version and will have to refrain from using it.

    This solution does not work. Kindly give a global option to stop loading Google Fonts.

    Hello,
    I am facing the same issue. Could you please implement a way to disable Robot?
    Thanks!

    Hello, @dusauton @amarudare @schertel @quarenger

    The Google font disable feature is already on our feature list. I hope we can implement this feature in the very near future.

    Thank you

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Remove Google Fonts’ is closed to new replies.