diff --git a/css/glowingbear.css b/css/glowingbear.css index 1efbcbc..96ab9a3 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -257,7 +257,7 @@ input[type=text], input[type=password], #sendMessage, .badge { min-height: 100%; } -.monospace { +.favorite-font { font-family: 'Inconsolata', 'Consolas', 'Monaco', 'Ubuntu Mono', monospace; } @@ -478,7 +478,7 @@ h2 span, h2 small { /* Mobile layout */ /* */ @media (max-width: 968px) { - .monospace { + .favorite-font { /* readability on mobile +9001% */ font-family: sans-serif; } 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 @@