diff options
author | Jordan <me@jordan.im> | 2021-11-11 11:37:45 -0700 |
---|---|---|
committer | Jordan <me@jordan.im> | 2021-11-11 11:37:45 -0700 |
commit | 8f9fada18c761586cd431efa7ba359e3dab1e468 (patch) | |
tree | e51c3f65d814161fc04ba2dfa4c241ba81075e30 | |
parent | 97121fa70ffc263b7a6cc6e8bafdb3beffb2ddc7 (diff) | |
download | crane-8f9fada18c761586cd431efa7ba359e3dab1e468.tar.gz crane-8f9fada18c761586cd431efa7ba359e3dab1e468.zip |
monospace -> Cousine, Courier, monospace
-rw-r--r-- | templates/layout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layout.html b/templates/layout.html index 6fc4f25..003858d 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -21,7 +21,7 @@ html, body { } div#crane { - font-family: monospace; + font-family: 'Cousine', 'Courier', 'monospace'; background: #fff; padding: 1.5em; max-width: 65em; |