From 01a1d79a54154672730b433dab97c251757fcae1 Mon Sep 17 00:00:00 2001 From: David Cormier Date: Thu, 24 Jul 2014 21:42:52 -0400 Subject: [PATCH] Remove font definition from css file The font for the .favorite-font class is now set programmatically --- css/glowingbear.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index 96ab9a3..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%; } -.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;