Remove font definition from css file

The font for the .favorite-font class is now set programmatically
rewrite-with-urlplugin
David Cormier 11 years ago
parent 9b55244f13
commit 01a1d79a54
  1. 8
      css/glowingbear.css

@ -257,10 +257,6 @@ input[type=text], input[type=password], #sendMessage, .badge {
min-height: 100%;
}
.favorite-font {
font-family: 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace;
}
#bufferlines {
position: relative;
height: 100%;
@ -478,10 +474,6 @@ h2 span, h2 small {
/* Mobile layout */
/* */
@media (max-width: 968px) {
.favorite-font {
/* readability on mobile +9001% */
font-family: sans-serif;
}
#bufferlines table {
border-collapse: separate;

Loading…
Cancel
Save