summaryrefslogtreecommitdiffstats
path: root/_includes/head_custom.html
diff options
context:
space:
mode:
authorJustin Gassner <justin.gassner@mailbox.org>2023-09-12 07:36:33 +0200
committerJustin Gassner <justin.gassner@mailbox.org>2024-01-13 20:41:27 +0100
commit777f9d3fd8caf56e6bc6999a4b05379307d0733f (patch)
treedc42d2ae9b4a8e7ee467f59e25c9e122e63f2e04 /_includes/head_custom.html
downloadsite-777f9d3fd8caf56e6bc6999a4b05379307d0733f.tar.zst
Initial commit
Diffstat (limited to '_includes/head_custom.html')
-rw-r--r--_includes/head_custom.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/_includes/head_custom.html b/_includes/head_custom.html
new file mode 100644
index 0000000..365d5f5
--- /dev/null
+++ b/_includes/head_custom.html
@@ -0,0 +1,33 @@
+<link
+ rel="stylesheet"
+ type="text/css"
+ href="{{ '/assets/katex/katex.min.css' | relative_url }}"
+/>
+<link
+ rel="preload"
+ href="{{ '/assets/katex/fonts/KaTeX_Main-Regular.woff2' | relative_url }}"
+ as="font"
+ type="font/woff2"
+ crossorigin
+/>
+<link
+ rel="preload"
+ href="{{ '/assets/katex/fonts/KaTeX_Math-Italic.woff2' | relative_url }}"
+ as="font"
+ type="font/woff2"
+ crossorigin
+/>
+<link
+ rel="preload"
+ href="{{ '/assets/katex/fonts/KaTeX_AMS-Regular.woff2' | relative_url }}"
+ as="font"
+ type="font/woff2"
+ crossorigin
+/>
+<link
+ rel="preload"
+ href="{{ '/assets/katex/fonts/KaTeX_Caligraphic-Regular.woff2' | relative_url }}"
+ as="font"
+ type="font/woff2"
+ crossorigin
+/>