fix: preload fonts
kate kate@breadlabs.de
Fri, 15 May 2026 18:43:38 +0200
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
M
index.html
→
index.html
@@ -5,6 +5,13 @@ <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>TLS 2026</title> + <link rel="preload" href="/static/fonts/IBM_Plex/IBMPlexSans-VariableFont_wdth,wght.ttf" as="font" type="font/ttf"> + <link rel="preload" href="/static/fonts/redaction/webfonts/Redaction_10-Bold.woff2" as="font" type="font/woff2"> + <link rel="preload" href="/static/fonts/redaction/webfonts/Redaction_20-Bold.woff2" as="font" type="font/woff2"> + <link rel="preload" href="/static/fonts/redaction/webfonts/Redaction_35-Bold.woff2" as="font" type="font/woff2"> + <link rel="preload" href="/static/fonts/redaction/webfonts/Redaction_50-Bold.woff2" as="font" type="font/woff2"> + <link rel="preload" href="/static/fonts/redaction/webfonts/Redaction_70-Bold.woff2" as="font" type="font/woff2"> + <link rel="preload" href="/static/fonts/redaction/webfonts/Redaction_100-Bold.woff2" as="font" type="font/woff2"> <link href="/static/style.css" rel="stylesheet" /> </head>