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.
rewrite-with-urlplugin
Lorenz Hübschle-Schneider 11 years ago
parent 852c9ad4fb
commit 6e0e1d122f
  1. 2
      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 {

Loading…
Cancel
Save