diff options
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; |