The call to
http://fonts.googleapis.com/css?family=PT+Sans+Narrow&v2
in tb_blog/css/html-elements.css causes https pages to become partially encrypted.
The easy fix is to change the @import to
https://fonts.googleapis.com/css?family=PT+Sans+Narrow&v2
Detection for http vs https could be done similar to that of the @font-face module. See thread at http://drupal.org/node/920110 for more information.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1727622-ssl-compatibility.patch | 360 bytes | Anonymous (not verified) |
Comments
Comment #1
Anonymous (not verified) commentedChanges explicit http:// into // to allow the browser to choose the correct protocol.