-
Couldn't load subscription status.
- Fork 4k
Closed
Description
in head.html there is the following reference:
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
When website is loaded over secure connection fonts gets loaded over unsecure source
This can easily be solved by:
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
Metadata
Metadata
Assignees
Labels
No labels