webfonts / Web-Fonts

A Joomla! series of packages that connect to various web services to provide dynamic CSS font-face fonts.
10 stars 7 forks source link

SSL Secure URL not secure #38

Open jaxweb opened 11 years ago

jaxweb commented 11 years ago

How can i get this to work on my site with a secure url? - https My site is showing insecure resources because of the joomla web fonts plugin.

Nrozas commented 9 years ago

This is what I do for resolve it: If you are using google fonts Just search for those two files:

/administrator/components/com_webfonts/models/google.php /administrator/components/com_webfonts/views/google/view.html.php

Open it and look for this url into the code: http://fonts.googleapis.com Change http:// for https:// in both files, that's will make the component look for the fonts into the secure URL of google fonts.

That's it, hope it helps.