diff options
Diffstat (limited to 'js/toadmode/index.html')
-rw-r--r-- | js/toadmode/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/js/toadmode/index.html b/js/toadmode/index.html index 7d1fb17..6a0696e 100644 --- a/js/toadmode/index.html +++ b/js/toadmode/index.html @@ -5,10 +5,16 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>toad mode</title> <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; */ } canvas { display: block; |