diff options
author | elioat <elioat@tilde.institute> | 2024-01-11 06:43:30 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-01-11 06:43:30 -0500 |
commit | 0114d2761e745e459a196029d58e5ea056c4c0d4 (patch) | |
tree | 4d5ccb053a3f7ddae7076644ab7df59a80e6d1d1 /js/toadmode/index.html | |
parent | cabd602f4006e3781d04bc314f66058d4ea157be (diff) | |
download | tour-0114d2761e745e459a196029d58e5ea056c4c0d4.tar.gz |
*
Diffstat (limited to 'js/toadmode/index.html')
-rw-r--r-- | js/toadmode/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/toadmode/index.html b/js/toadmode/index.html index 6a0696e..a1327b4 100644 --- a/js/toadmode/index.html +++ b/js/toadmode/index.html @@ -13,8 +13,8 @@ margin: 0; padding: 0; background-color: #000; - font-family: 'APL386', monospace; - /* font-family: 'Shantell Sans', sans-serif; */ + /* font-family: 'APL386', monospace; */ + font-family: 'Shantell Sans', sans-serif; } canvas { display: block; |