mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
base.less: Remove non os font values for @font-family
This commit is contained in:
parent
c1b6f245d2
commit
fe393f066b
@ -93,9 +93,9 @@
|
||||
@color-restricted: #dede7d;
|
||||
|
||||
// Font families
|
||||
@font-family: system-ui, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
@font-family: system-ui, sans-serif;
|
||||
@font-family-fixed: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
|
||||
@font-family-wide: Tahoma, Verdana, sans-serif;
|
||||
@font-family-wide: @font-family;
|
||||
|
||||
// Font sizes
|
||||
@font-size: 0.750em; // 12px
|
||||
|
Loading…
x
Reference in New Issue
Block a user