https protocol for google fonts

Tagged: , , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #15550
    AzzePis
    Member

    Hi, I think you should use https protocol for google fonts import in stylezer.php ( http://prntscr.com/7ya7ix )
    It helps if my site using https, and it would not brake sites with http
    Please, if you agree – include this change in the next update

    #15556
    Raghavendra
    Moderator

    Sure. Actually made this change in our stylesheet as well as stylizer.php –

    $fonts_import .= '@import url("//fonts.googleapis.com/css?family=' . $fonts_to_import . '");';
    

    which is recommended way of handling this. Do note the start and ending quotes.

    Thanks for your feedback. Much appreciated.

    #15574
    AzzePis
    Member

    Thanks for your recommendation, it’s really more professional.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘https protocol for google fonts’ is closed to new replies.