From 8f9fada18c761586cd431efa7ba359e3dab1e468 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 11 Nov 2021 11:37:45 -0700 Subject: monospace -> Cousine, Courier, monospace --- templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf