diff options
author | neodarz <neodarz@neodarz.net> | 2020-11-21 18:07:53 +0100 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-11-21 18:07:53 +0100 |
commit | 20ff154971954ff760ef5d22aa7fe1af5b891515 (patch) | |
tree | 046e933111403f198b8804e4d124b376f6b91466 /index.html | |
parent | 180142fb602dffaf4d14a6a38767e0669b243d22 (diff) | |
download | alicorn.network-20ff154971954ff760ef5d22aa7fe1af5b891515.tar.xz alicorn.network-20ff154971954ff760ef5d22aa7fe1af5b891515.zip |
Inverse font order
Diffstat (limited to '')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ html { } pre, .glitch { - font-family: Monospace, 'unifont_jp'; + font-family: 'unifont_jp', Monospace; } pre { |