CSS: Update @font-family

This commit is contained in:
Florian Strohmaier 2024-08-06 14:58:19 +02:00
parent 9661d005ef
commit c1b6f245d2

View File

@ -93,7 +93,7 @@
@color-restricted: #dede7d;
// Font families
@font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
@font-family: system-ui, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
@font-family-fixed: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
@font-family-wide: Tahoma, Verdana, sans-serif;