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.
This commit is contained in:
Lorenz Hübschle-Schneider 2014-07-18 12:43:19 +01:00
parent 852c9ad4fb
commit 6e0e1d122f

View file

@ -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 {