about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-01-15 14:11:22 -0500
committerelioat <elioat@tilde.institute>2024-01-15 14:11:22 -0500
commit9844d6a6c5e695a8f22e0838a525787cbb8eaaab (patch)
tree66a2d6bb13def076e043c02d97742015251a3df7 /js
parent9a235b38a1b3068e3aa454eb5d3743094438df6b (diff)
downloadtour-9844d6a6c5e695a8f22e0838a525787cbb8eaaab.tar.gz
*
Diffstat (limited to 'js')
-rw-r--r--js/inknswitch/ShantellSans.woff2bin0 -> 148860 bytes
-rw-r--r--js/inknswitch/index.html7
2 files changed, 6 insertions, 1 deletions
diff --git a/js/inknswitch/ShantellSans.woff2 b/js/inknswitch/ShantellSans.woff2
new file mode 100644
index 0000000..dcdf7c1
--- /dev/null
+++ b/js/inknswitch/ShantellSans.woff2
Binary files differdiff --git a/js/inknswitch/index.html b/js/inknswitch/index.html
index 07bdfe0..0371a18 100644
--- a/js/inknswitch/index.html
+++ b/js/inknswitch/index.html
@@ -5,7 +5,12 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>ink n switch</title>
     <style>
-        @import url('https://fonts.googleapis.com/css2?family=Shantell+Sans&display=swap');
+        @font-face {
+            font-family: 'Shantell Sans';
+            src: url('./ShantellSans.woff2') format('woff2');
+            font-weight: normal;
+            font-style: normal;
+        }
         body {
             margin: 0;
             padding: 0;