hi5dev / google-webfonts

Provides a helper for using Google Webfonts in a Rails application.
MIT License
28 stars 16 forks source link

Enable support for https #1

Closed marcwickenden closed 12 years ago

marcwickenden commented 12 years ago

Hello,

I was getting mixed content error messages, specifically in Chrome when accessing my site over HTTPS. I've updated the helper to detect the presence of https and generate the link to Google using this if required.

Marc