diff options
author | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-25 00:05:21 +0200 |
---|---|---|
committer | Feuerfuchs <git@feuerfuchs.dev> | 2019-06-25 00:05:21 +0200 |
commit | be7d015c79d05df9c2d3d54c76ddcabe3545a675 (patch) | |
tree | d4a9d2906b15348794d81610335e4a3eb4c0852e | |
parent | Fix for hover of header location links (diff) | |
download | gopherproxy-be7d015c79d05df9c2d3d54c76ddcabe3545a675.tar.gz gopherproxy-be7d015c79d05df9c2d3d54c76ddcabe3545a675.tar.bz2 gopherproxy-be7d015c79d05df9c2d3d54c76ddcabe3545a675.zip |
Template: Fix wrong font preload
-rw-r--r-- | template.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template.go b/template.go index dfda36d..b9e8b30 100644 --- a/template.go +++ b/template.go | |||
@@ -6,7 +6,7 @@ var tpltext = `<!doctype html> | |||
6 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
8 | <title>{{ .Title }}</title> | 8 | <title>{{ .Title }}</title> |
9 | <link rel="preload" href="/assets/IBMPlexMono-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | 9 | <link rel="preload" href="/iosevka-term-ss03-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> |
10 | <style> | 10 | <style> |
11 | {{ .Style | safeCss }} | 11 | {{ .Style | safeCss }} |
12 | </style> | 12 | </style> |