badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: how to disable ALL googleapis fonts

#24977

Hi Huang,

This feature is not available in our theme. To disable the google font
ex:- for ultimate pro
Go to the theme folder-> inc-> functions-> functions.php on line no 67 remove this code

wp_enqueue_style( 'ultimate_google_font' ); with 
  //	wp_enqueue_style( 'ultimate_google_font' );

Do this for other theme also. If you have bought bundle then for attitude-pro and clean-retina pro theme the file is inside
theme folder-> library-> functions-> functions.php

Create a child theme and then only customize the code. So that your customized data will not be lost while updating to our new version. If are unable to create a child theme and fix the problem then you need to do each and every time the same thing just now you have done in your theme.

Thank you!