Commit 811b544
committed
Allow Open Sans to be used when testing locally
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>1 parent e5458d7 commit 811b544
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments