• When serving the theme over https, a bug prevents some key fonts from being loaded.

    Specifically, there’s a line in functions.php that enqueues the fonts Noticia Text, Montserrat, Oxygen and Raleway. It explicitly uses http rather than https. This means that the fonts will not load on a secure website.

    It would be very easy to fix this: either change ‘http:’ to ‘https:’ in that line, or just delete the ‘http:’.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Fonts not loaded in https’ is closed to new replies.