SSL Googlefonts related issue

1 replies
Hello,
If you have a site using a SSL Certificate (https://), and when accessing it shows message 'Content not safe' and https:// text is strikethrough, it might be a googlefonts issue.

What shall I do?
Localize the googlefonts line in your source code:
<link href='http://fonts.googleapis.com/css?family=Michroma' rel='stylesheet' type='text/css'>

Then, simply remove 'http:// from the line, so it looks as shown:
<link href='//fonts.googleapis.com/css?family=Michroma' rel='stylesheet' type='text/css'>

And you are ready, your site will now work again!
#googlefonts #issue #related #ssl
  • Profile picture of the author sautaja
    Nice, yes always put // so that the script can decide automatically whether to use http or https
    Signature
    Jomify - Free multi-channel shopping cart. Open your free store now.
    {{ DiscussionBoard.errors[9010528].message }}

Trending Topics