HTTP Font Link Causes Mixed Content Error on Secure Sites
-
My site is served over HTTPS. The styles.css imports the Google fonts using HTTP. This causes an SSL mixed content error, so the fonts do not load.
@import url(https://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
I am using version 2.2, which is the current version.
I have fixed my site, but thought I’d let you know so you can correct the template.
- The topic ‘HTTP Font Link Causes Mixed Content Error on Secure Sites’ is closed to new replies.