Remove font definition from css file

The font for the .favorite-font class is now set programmatically
This commit is contained in:
David Cormier 2014-07-24 21:42:52 -04:00
parent 9b55244f13
commit 01a1d79a54

View file

@ -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;