diff options
author | Volpeon <git@volpeon.ink> | 2021-07-24 09:46:59 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-07-24 09:46:59 +0200 |
commit | 38485ede265d22e11a316b4d66de1bf0feb945be (patch) | |
tree | 72388107a2bfe9e8e972feccd4f9c7d542d37b60 /internal/port/tpl/_fonts.html | |
parent | Add underline to nav protocol (diff) | |
download | gopherproxy-master.tar.gz gopherproxy-master.tar.bz2 gopherproxy-master.zip |
Diffstat (limited to 'internal/port/tpl/_fonts.html')
-rw-r--r-- | internal/port/tpl/_fonts.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/internal/port/tpl/_fonts.html b/internal/port/tpl/_fonts.html deleted file mode 100644 index a947222..0000000 --- a/internal/port/tpl/_fonts.html +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | <style> | ||
2 | @font-face { | ||
3 | font-family: 'Iosevka Term SS03'; | ||
4 | font-style: normal; | ||
5 | font-weight: normal; | ||
6 | src: url('{{ .Assets.FontRegularW2 }}') format('woff2'), | ||
7 | url('{{ .Assets.FontRegularW }}') format('woff'); | ||
8 | } | ||
9 | @font-face { | ||
10 | font-family: 'Iosevka Term SS03'; | ||
11 | font-style: normal; | ||
12 | font-weight: bold; | ||
13 | src: url('{{ .Assets.FontBoldW2 }}') format('woff2'), | ||
14 | url('{{ .Assets.FontBoldW }}') format('woff'); | ||
15 | } | ||
16 | </style> | ||