diff --git a/css/glowingbear.css b/css/glowingbear.css index 1efbcbc..9ba74c6 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -257,10 +257,6 @@ input[type=text], input[type=password], #sendMessage, .badge { min-height: 100%; } -.monospace { - 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) { - .monospace { - /* readability on mobile +9001% */ - font-family: sans-serif; - } #bufferlines table { border-collapse: separate; diff --git a/directives/input.html b/directives/input.html index 27eb6be..58a72ed 100644 --- a/directives/input.html +++ b/directives/input.html @@ -1,6 +1,6 @@