Skip to content

Commit

Permalink
base.less: Remove non os font values for @font-family
Browse files Browse the repository at this point in the history
  • Loading branch information
flourish86 committed Nov 4, 2024
1 parent c1b6f24 commit fe393f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/css/icinga/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe393f0

Please sign in to comment.