• Resolved cupcakes99

    (@cupcakes99)


    Hi. How can we remove/dequeue google fonts for gdpr reasons?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author WP Speedo

    (@wpspeedo)

    Hi @cupcakes99

    Hope you are fine!

    We do not have the option to disable it yet. But I will include this in the next release (maybe 3-4 days).

    In the meantime, you can use the below code to disable google fonts loading.

    add_filter( 'wpspeedo_team/disable_google_fonts', '__return_true' );

    Please add this PHP code to the theme’s functions.php file.

    Best Regards!

    ——

    It will be appreciated if you give us a rating about how you feel, It encourages us.

    Thread Starter cupcakes99

    (@cupcakes99)

    Thank you so much for the fast reply! It is working for now, but I look forward to the update.

    Thread Starter cupcakes99

    (@cupcakes99)

    And just to confirm, is font awesome is loaded locally?

    Plugin Author WP Speedo

    (@wpspeedo)

    Yeah, Font Awesome is loaded locally.

    Thanks!

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