From 3d9700417d19e62c02a5d24ad3bb47fad2864f74 Mon Sep 17 00:00:00 2001 From: Jordan Doyle Date: Sun, 26 Nov 2023 01:00:24 +0000 Subject: [PATCH] Use browser font --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 8bf1211..324c58c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -16,7 +16,7 @@ line-height: 1.1; display: flex; } - body, code, textarea { font-family: Monaco, Menlo, Courier, Courier New, Andale Mono, monospace; } + body, code, textarea { font-family: monospace; } code { display: block; } -- libgit2 1.7.2