diff options
author | elioat <elioat@tilde.institute> | 2024-01-26 20:15:00 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-01-26 20:15:00 -0500 |
commit | e3c83fd71f5bb82407c5578195cda7780ae922c0 (patch) | |
tree | 504921012ceb0d1f71b43f3de078db1517528899 /js/toadmode/index.html | |
parent | 7bb0173d1d21027af71a7a462ba3c6852705d193 (diff) | |
download | tour-e3c83fd71f5bb82407c5578195cda7780ae922c0.tar.gz |
*
Diffstat (limited to 'js/toadmode/index.html')
-rw-r--r-- | js/toadmode/index.html | 5 |
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; |