Google Web Fonts on HTTPS pages on Chrome
Create a schema agnostic url Change http://fonts.google… to //fonts.google… Drop the http: or https: from the front, the browser will use whichever schema you’re currently using on the site. You may request resources using https from http, but not the other way round. An alternative to the above solution (and probably best practice) is to … Read more