about summary refs log tree commit diff stats
path: root/js/inknswitch/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/inknswitch/index.html')
-rw-r--r--js/inknswitch/index.html7
1 files changed, 6 insertions, 1 deletions
diff --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;