From 6e0e1d122f8df06960ae048c1068b99ea0dc4239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lorenz=20H=C3=BCbschle-Schneider?= Date: Fri, 18 Jul 2014 12:43:19 +0100 Subject: [PATCH] Change order of default monospace fonts, remove Terminus Having a bitmap font as first choice is really stupid, as noted by @Evropi in #322 (this fixes #322) As Inconsolata is a wonderful font that has the advantages of a monospace font combined with a level of readability that is otherwise reserved to sans-serif fonts, I think it should be first in the list. --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 28f6726..ed761eb 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -254,7 +254,7 @@ input[type=text], input[type=password], #sendMessage, .badge { } .monospace { - font-family: 'Terminus', 'Consolas', 'Monaco', 'Inconsolata', 'Ubuntu Mono', monospace; + font-family: 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; } #bufferlines {