From 15456b5aadf0b3ad548c4d547b3322aa7212015a Mon Sep 17 00:00:00 2001 From: def Date: Sat, 21 Jun 2014 13:36:26 +0200 Subject: [PATCH] Use monospace as fallback font on website --- web/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/style.css b/web/assets/style.css index 5cee279fc8..91bb4bd8ae 100644 --- a/web/assets/style.css +++ b/web/assets/style.css @@ -93,7 +93,7 @@ html, body { border-left:10px solid #8f9698; background:#f3f6f8; font-size:15px; - font-family:courier; + font-family:courier, monospace; letter-spacing:0; line-height:17px; }