Hi there - i've tried to find the setting referred to in the support form - theme >> style >> settings to TURN OFF GOOGLE FONTS - cannot locate this - must fonts be "de-activated" by editing theme for CLEAN CUT?
Thanks - in advance!
ChronicWebsites
Hi there - i've tried to find the setting referred to in the support form - theme >> style >> settings to TURN OFF GOOGLE FONTS - cannot locate this - must fonts be "de-activated" by editing theme for CLEAN CUT?
Thanks - in advance!
ChronicWebsites
CleanCut does not use Google Fonts but it uses the Cufon font replacement script instead. If you want to remove the font replacement script open up cleancut\framework\helper_functions\header_includes.php and delete following code:
$cufon = get_bloginfo('template_url')."/js/cufon.js";
wp_enqueue_script('cufon',$cufon,array('jquery'));
$quicksand = get_bloginfo('template_url')."/js/quicksand.font.js";
wp_enqueue_script('quicksand',$quicksand,array('jquery'));
Then open up cleancut/js/custom.js and delete following code:
// font replacement, remove this line if you want to use a different font defined in css,
// or if the current font doesnt support some of your language specific characters
cufont_replacement();awesome, thanks for the option!!!
I THINK I FOUND MY ISSUE!
and
- NOW- HOW CAN we take down that post i wrote - google has it indexed!!!!
HERE'S THE ISSUE - and it is NOT a CleanCUT theme issue
- ISSUE IS WITH PLUGIN - of course!
"simple tinymce" (editor plugin) - makes over 250+ calls for google fonts on load!!!!!
OMG - what a challenge to figure that out
my above post is horrible - saying load time of theme is bad - NOT TRUE!
properly configured - CleanCut loads like a dream!!!
PLEASE - take my previous post down, if you want
and THANKS for the info on REMOVAL of the cufon font code
should i choose to do that ...
All the best
@
Hey,
Glad Peter could help.
Regards,
Ismael
This topic has been closed to new replies.