Update font stack

Try to use the OS font instead of providing a custom one.

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-07 11:44:35 +01:00 committed by Eric Lippmann
parent 7d98025d7d
commit bf809ef7c8
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
@tr-hover-color: #F5FDFF;
// Font families
@font-family: Calibri, "Lucida Grande", sans-serif;
@font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@font-family-fixed: "Liberation Mono", "Lucida Console", Courier, monospace;
@font-family-wide: Tahoma, Verdana, sans-serif;