From 86e1b442b968b0e415eaf78fdcd1a71b3b85f02f Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 17 Oct 2013 15:28:35 -0400 Subject: [PATCH] Add Terminus and Inconsolata to default fonts --- css/glowingbear.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 26c4ed6..6867505 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -174,7 +174,7 @@ input[type=text], input[type=password] { } .bufferlines { - font-family: 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; + font-family: 'Terminus', 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; overflow-y: auto; margin-left: 14%; width: auto;