Remove font definition from css file
The font for the .favorite-font class is now set programmatically
This commit is contained in:
parent
9b55244f13
commit
01a1d79a54
1 changed files with 0 additions and 8 deletions
|
@ -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…
Reference in a new issue