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:
parent
7d98025d7d
commit
bf809ef7c8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue