diff options
Diffstat (limited to 'templates/layout.html')
-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; |