CSS: Change font to Lucida Grande on OS X

This commit is contained in:
Florian Strohmaier 2016-04-04 16:34:23 +02:00 committed by Eric Lippmann
parent 99adeaa065
commit 6168828878
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
@tr-hover-color: #F5FDFF; @tr-hover-color: #F5FDFF;
// Font families // Font families
@font-family: Calibri, Helvetica, sans-serif; @font-family: Calibri, "Lucida Grande", sans-serif;
@font-family-fixed: "Liberation Mono", "Lucida Console", Courier, monospace; @font-family-fixed: "Liberation Mono", "Lucida Console", Courier, monospace;
@font-family-wide: Tahoma, Verdana, sans-serif; @font-family-wide: Tahoma, Verdana, sans-serif;