• Brad Brown

    (@bradbrownmagic)


    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.

    • This topic was modified 6 years, 2 months ago by Brad Brown.
  • The topic ‘HTTP Font Link Causes Mixed Content Error on Secure Sites’ is closed to new replies.