• nickpasadakis

    (@nickpasadakis)


    Thank you for the cool theme.

    I switched my site to https recently and in some browsers I get an error because the theme is loading Google fonts using the http and not the https protocol.
    The problem lies in /assets/css/main.less file in line 28:
    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
    should become:
    @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);

    I can change this file (or more accurately the generated main.css) and the problem is solved but it will be back when the theme will be updated. Any suggestions for a permanent solution?

    BTW this should find its way into the next update since the web is moving towards the https protocol.

    Thanks in advance

    Nick Pasadakis

  • The topic ‘https support’ is closed to new replies.