Hi friends,
My website is missing it’s font after going from “http” to “https” on IE.
Active WooCommerce.
Thank you guys,
Hey mooshonov!
I checked your link but your site looks the same to me in both Firefox and IE. I didn’t see any errors either. Did you get this sorted?
If your still having problems then take a screenshot and highlight what your seeing so we can get a better idea.
Best regards,
Elliott
Hi!
I maybe missing something but did you create the /fontstyle.css file? Use https instead of http.
Regards,
Ismael
Hey!
How did you enqueue or included the script? Try to use https there instead of http.
Cheers!
Ismael
Hey!
Please try to replace:
<style>
@import url(https://psbook.co.il/wp-content/themes/enfold/css/fontstyle.css);
body{
font-family: 'Open Sans Hebrew', serif;
}
</style>
with:
<style>
@import url(https://psbook.co.il/wp-content/themes/enfold/css/fontstyle.css);
body{
font-family: 'Open Sans Hebrew', serif;
}
</style>
Cheers!
Ismael
Hi!
It’s most likely inside one of your stylesheets. It’s not a part of our theme code so you had to have added it manually yourself. Or perhaps a plugin is adding it.
Cheers!
Elliott