aboutsummaryrefslogtreecommitdiffstats
path: root/internal/port/tpl/_fonts.html
diff options
context:
space:
mode:
Diffstat (limited to 'internal/port/tpl/_fonts.html')
-rw-r--r--internal/port/tpl/_fonts.html16
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>