CSS: Change font-family-fixed to more reasonable font families

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 14:34:34 +01:00
parent 62f58048e9
commit 5043bdf58c
1 changed files with 1 additions and 1 deletions

View File

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