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;
}