• Resolved torbent

    (@torbentschechnegmailcom)


    Hello,
    is there an option / hook that I can use to remove Google Fonts from Hustle?

Viewing 1 replies (of 1 total)
  • Hello @torbentschechnegmailcom

    Hope you’re doing well!

    I am afraid currently it is not possible out of the box. To remove Google Fonts some custom coding needed.

    You would need to edit/hustle/inc/hustle-module-front.php file and comment out or remove lines 127 and 128:

    wp_register_style( 'hstl-roboto', 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:300,300i,400,400i,500,500i,700,700i', $this->_hustle->get_const_var(  "VERSION" ) );
    wp_register_style( 'hstl-opensans', 'https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i', $this->_hustle->get_const_var(  "VERSION" ) );

    Please note, that these changes needs to be added again, after the plugin’s update.

    Kind regards,
    Nastia

Viewing 1 replies (of 1 total)
  • The topic ‘Option/Hook to remove Google Fonts?’ is closed to new replies.