Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/app/dev/DevToys.Blazor/Assets/sass/theme/_default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@
* {
/* Font Families */
--font-family-fallback:
system-ui, /* Default UI font on a given platform. */
-apple-system, /* San Francisco in Safari (on Mac OS X and iOS); Neue Helvetica and Lucida Grande on older versions of Mac OS X. */
BlinkMacSystemFont, /* Equivalent of -apple-system, for Chrome on Mac OS X. */
"Segoe UI", /* Windows (Vista+) and Windows Phone. */
"Cantarell", /* GNOME-based Linux desktops, not preinstalled in the out-of-the-box Ubuntu experience. */
"Adwaita Sans", /* GNOME-based Linux desktops, not preinstalled in stock Ubuntu Desktop. */
"Cantarell", /* GNOME-based Linux desktops (prior to GNOME 48). */
"Ubuntu", /* All versions of Ubuntu. */
"Noto Sans", /* Fallback, DE-neutral system font for Linux, also the default for KDE and XDG (standard sans-serif replacing the old DejaVu Sans). */
"Roboto", /* Android (Ice Cream Sandwich (4.0)+) and Chrome OS. */
system-ui, /* Default UI font on a given platform. */
'Helvetica Neue', Helvetica, Arial, sans-serif; /* Fallback */
"Helvetica Neue", Helvetica, Arial, sans-serif; /* Fallback */
--font-family-text: "Segoe UI Variable Text", "Seoge UI Variable Static Text", var(--font-family-fallback);
--font-family-small: "Segoe UI Variable Small", "Seoge UI Variable Static Small", var(--font-family-fallback);
--font-family-display: "Segoe UI Variable Display", "Seoge UI Variable Static Display", var(--font-family-fallback);
Expand Down
Loading