diff options
-rw-r--r-- | templates/base.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/base.html b/templates/base.html index ab050e7..04689dc 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -35,6 +35,13 @@ | |||
35 | 35 | ||
36 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> | 36 | <title>$if(namespace.root.is_index)$$else$$title$ – $endif$$site.title$</title> |
37 | 37 | ||
38 | <link rel="preload" href="/style.css" as="style" /> | ||
39 | <link rel="preload" href="/IBMPlexSans-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
40 | <link rel="preload" href="/IBMPlexSans-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
41 | <link rel="preload" href="/GaretVariable.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
42 | <link rel="preload" href="/iosevka-term-ss09-regular.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
43 | <link rel="preload" href="/iosevka-term-ss09-bold.woff2" as="font" type="font/woff2" crossorigin="anonymous" /> | ||
44 | |||
38 | <link rel="stylesheet" href="/style.css" /> | 45 | <link rel="stylesheet" href="/style.css" /> |
39 | </head> | 46 | </head> |
40 | 47 | ||