You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a web font's URL is specified via `href="//<host>"`, the protocol
is inherited from the loaded page. That's all good and fine if `https`
(or even `http`) is used to load the page, but falls apart when the
protocol is `file`, as it is the case when testing locally.
Therefore, let's just use `https` instead. This should be used nowadays
instead of `http`, anyways.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
0 commit comments