From bbf2b7e61d0a7e1e72869c9e59ed14561182ec59 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 4 Dec 2021 20:20:18 +0100 Subject: Remove useless preload links. --- views/head.pug | 7 ------- 1 file changed, 7 deletions(-) (limited to 'views/head.pug') 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`) -- cgit v1.2.3