about summary refs log tree commit diff stats
path: root/js/toadmode/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/toadmode/index.html')
-rw-r--r--js/toadmode/index.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/js/toadmode/index.html b/js/toadmode/index.html
index 993c55e..929b4ba 100644
--- a/js/toadmode/index.html
+++ b/js/toadmode/index.html
@@ -7,14 +7,11 @@
     <style>
         /* https://github.com/abrudz/APL386 */
         @font-face {font-family: 'APL386';src: url('APL386.ttf');}
-        /* https://shantellsans.com/process */
-        @import url('https://fonts.googleapis.com/css2?family=Shantell+Sans&display=swap');
         body {
             margin: 0;
             padding: 0;
             background-color: #000;
-            /* font-family: 'APL386', monospace; */
-            font-family: 'Shantell Sans', sans-serif;
+            font-family: 'APL386', monospace;
         }
         canvas {
             display: block;