diff options
author | neodarz <neodarz@neodarz.net> | 2020-11-21 18:05:52 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-11-21 18:05:52 +0100 |
commit | 180142fb602dffaf4d14a6a38767e0669b243d22 (patch) | |
tree | 2edb9f8ce8070d58fb45961f189863f44f29b625 | |
parent | f5c70f173cdc9db85c5363380e4fa5b0ac8ab412 (diff) | |
download | alicorn.network-180142fb602dffaf4d14a6a38767e0669b243d22.tar.xz alicorn.network-180142fb602dffaf4d14a6a38767e0669b243d22.zip |
Add default text font
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ html { } pre, .glitch { - font-family: 'unifont_jp'; + font-family: Monospace, 'unifont_jp'; } pre { |