summaryrefslogtreecommitdiff
path: root/views/head.pug
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-04 20:20:18 +0100
committerTor Andersson <tor@ccxvii.net>2021-12-04 20:20:18 +0100
commitbbf2b7e61d0a7e1e72869c9e59ed14561182ec59 (patch)
tree83936d32a76e79296f9c9db528b800e90aa2e21d /views/head.pug
parent1b9565fa2eeb2635f2233161f920963bf514b524 (diff)
downloadserver-bbf2b7e61d0a7e1e72869c9e59ed14561182ec59.tar.gz
Remove useless preload links.
Diffstat (limited to 'views/head.pug')
-rw-r--r--views/head.pug7
1 files changed, 0 insertions, 7 deletions
diff --git a/views/head.pug b/views/head.pug
index d5350ac..9c7eed3 100644
--- a/views/head.pug
+++ b/views/head.pug
@@ -5,13 +5,6 @@ link(rel="icon" type="image/svg+xml" href="/favicon.svg")
link(rel="stylesheet" href="/fonts/fonts.css")
link(rel="stylesheet" href="/style.css")
-link(rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/SourceSerif4-Regular.woff2")
-link(rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/SourceSerif4-Semibold.woff2")
-link(rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/SourceSerif4-It.woff2")
-link(rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/SourceSans3-Regular.woff2")
-//- link(rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/Dingbats.woff2")
-//- link(rel="preload" as="font" type="font/woff2" crossorigin href="/fonts/NotoEmoji.woff2")
-
mixin gamecover(title_id)
a(href="/info/"+title_id)
img(src=`/${title_id}/cover.1x.jpg` srcset=`/${title_id}/cover.2x.jpg 2x`)