• Resolved alfa42

    (@alfa42)


    Hello!

    I’ve been using Flat theme these days, and i really like it πŸ™‚

    There is only one issue that i’ve found. When the content is servered through HTTPS the webpage is looking a bit different, the content does not use the theme fonts.

    I reallized that this is becouse even if you view the page with HTTPS, some of the content of the theme is still being served through HTTP. Not a big deal really, but latest versions of IE (v11) and Firefox (v28) are blocking by default all the “insecure” content in HTTPS, so that is the reason of viewing a slight different version of the theme under HTTPS (the fonts actually).

    Is there a way to rewrite te configuration in the theme to let it being served in both HTTPS and HTTP?

    The blog in question is http://devsysadmin.net/, but i imagine that is something that happens to everyone.

    Regards,

    alfa.

Viewing 3 replies - 1 through 3 (of 3 total)
  • +1 here. Will this be fixed in the next release? Is there a workaround?

    This issue has been fixed on the latest version of this theme. Thank for your report!

    Anonymous User 13889996

    (@anonymized-13889996)

    Hi guys,

    You are still calling the Google Fonts API through http as you can see at the first line of template.css:

    @import url(http://fonts.googleapis.com/css?family=Roboto:300,700|Roboto+Slab:300|Roboto+Condensed|Amatic+SC)

    I suggest that you change this URL to a relative URL and protocol like:

    @import url(//fonts.googleapis.com/css?family=Roboto:300,700|Roboto+Slab:300|Roboto+Condensed|Amatic+SC)

    Keep in touch,

    Pablo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Font issues when content is servered under HTTPS’ is closed to new replies.