Closed Jhaller closed 7 years ago
This can be fixed in one of two ways, either force HTTPS by changing the URI to https://fonts.googleapis.com/...
or use the protocol-agnostic //fonts.googleapis.com/...
instead.
I suggest forcing https, since the site is already HTTPS-only and //
would break the web fonts to anybody tinkering with a local copy of the webpage (where //
would become file:///
).
Thank you! Fixed.
In Chrome the external fonts on /webfonts were blocked and did not load because the page was served over HTTPS but the linked style sheets were not.
Console output: