https for Google Open Sans
-
I am using WP Responsive Menu and it’s been working great — until I changed my site to use SSL. Then it contributed to an error that was happening when I’d look at my site in Firefox. Firefox would say my site was delivering mixed content (insecure/secure) and I couldn’t find the source of the trouble.
A very clever person found the problem in WP Responsive Menu in the file wprmenu.css on line 7:
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
So I changed it to be “https” and now all is well. However, I know any updates you make will blow my change away so I wanted to mention it. Can you possibly do protocol-agnostic linking like:
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600);
It seems to be working for me after I made the change but I can’t be sure…
Thank you for a great product!
- The topic ‘https for Google Open Sans’ is closed to new replies.