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