I just changed http to https on my website, but it changes all fonts on the website... Please help me asap on that?
I made a redirection on the .htaccees file adding: RewriteEngine on RewriteCond %{HTTPS} !=on RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
and change http to https in the general settings...
Hi,
I just changed http to https on my website, but it changes all fonts on the website... Please help me asap on that?
I made a redirection on the .htaccees file adding:
RewriteEngine on
RewriteCond %{HTTPS} !=on
RewriteRule .* https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
and change http to https in the general settings...
Thanks in advance.
Regards.
Sebastien
Hi Sebastien,
In your Custom CSS I saw the custom font URLs are still in https which is why is the URLs are blocked on frontend:
(view large version)
(view large version)
So after changing to https, no errors were shown:
(view large version)
I hope this is fine now for you.
Thanks a lot!!!
Sebastien