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!