Hello!
on my site http://picturethisclothing.com I get warnings on Chrome about the checkout not being safe because it loads the google fonts in a non secured way.
I’m not using google fonts and I have even disabled them with this
add_action( ‘init’, ‘enfold_customization_switch_fonts’ );
function enfold_customization_switch_fonts() {
global $avia;
$avia->style->print_extra_output = false;
}
but the error persists…
How can I totally get raid of the google fonts?
Thanks!
Hello,
Have you tried disabling all third-party plugins to see if it gets fixed? the line in question is not being included by Enfold:
<link href='http://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
Regards,
Josue
That worked Thanks!
You are welcome, glad to help :)
Regards,
Josue