Rename 'monospace' class to 'favorite-font'
This commit is contained in:
parent
05e74ba5cd
commit
7c5a396171
4 changed files with 12 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue