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: Do not want to load any google fonts

#12123

hi rick7653,

go to themefolder -> library -> functions -> functions.php on line no 42 you will see this code
wp_register_style( ‘google_fonts’, ‘http://fonts.googleapis.com/css?family=PT+Sans|Philosopher’ );

remove this code. But We recommended not to change the code because if you change the code then while updating to our new version
all your customization code will be lost. So better make child theme and first unhook the functions and the edit the code.
More information about child theme
http://codex.wordpress.org/Child_Themes
Thank you!