• Resolved insideril

    (@insideril)


    Hi, how to remove the google fonts from the plugin?

    I don’t use them and I want to remove the request from the site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hi @insideril

    I hope you’re well today!

    You can apply system fonts to a module (e.g. popup) in modules appearance settings but if you want to stop Hustle from loading Google Fonts entirely, you can use a filter and add this line to the “functions.php” file of your current theme:

    add_filter( 'hustle_load_google_fonts', '__return_false' );

    Best regards,
    Adam

    Plugin Support Patrick – WPMU DEV Support

    (@wpmudevsupport12)

    Hi @insideril

    I hope you are doing well.

    We haven’t heard from you in a while, I’ll mark this thread as resolved.

    However, feel free to let us know if you have any additional question or problem.

    Best Regards
    Patrick Freitas

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