CSS: Change font-family-fixed to more reasonable font families
refs #5543
This commit is contained in:
parent
62f58048e9
commit
5043bdf58c
|
@ -30,5 +30,5 @@
|
|||
@link-color: @text-color;
|
||||
|
||||
@font-family: Calibri, Helvetica, sans-serif;
|
||||
@font-family-fixed: Menlo, monospace;
|
||||
@font-family-fixed: "Liberation Mono", "Lucida Console", Courier, monospace;
|
||||
@font-family-wide: Tahoma, Verdana, sans-serif;
|
||||
|
|
Loading…
Reference in New Issue