• Resolved benyanke

    (@benyanke)


    At the top of style.css, it references the google fonts over TLS. This should be changed to the protocol independent URLs so that users running this theme on an HTTPS site can use the theme.

    They should be fixed to look like this (or at least it’s one possible fix):

    @import url(//fonts.googleapis.com/css?family=Open+Sans:300,700);
    @import url(//fonts.googleapis.com/css?family=Oswald:300,400);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Doesn't support HTTPS properly’ is closed to new replies.