Skip to content

Commit

Permalink
main.scss: I have a feeling I really should have system-ui before fun…
Browse files Browse the repository at this point in the history
…ny fonts?
  • Loading branch information
Mikaela committed Jun 12, 2024
1 parent b1a7293 commit ba8573f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
$serif-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
serif, "Noto Emoji", "Noto Color Emoji", emoji;
// Please consider this as a vote in support of https://caniuse.com/extended-system-fonts
$sans-serif-font-family: ui-sans-serif, "Comic Neue Angular", "Comic Neue",
"Comic Sans MS", "Comic Sans", "Liberation Sans", "Arimo", "Arial", sans-serif,
"Noto Emoji", "Noto Color Emoji", emoji;
$sans-serif-font-family: ui-sans-serif, system-ui, "Comic Neue Angular",
"Comic Neue", "Comic Sans MS", "Comic Sans", "Liberation Sans", "Arimo",
"Arial", sans-serif, "Noto Emoji", "Noto Color Emoji", emoji;
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine, "Courier New",
monospace, "Noto Emoji", "Noto Color Emoji", emoji;
// Must be in the end or undefined error.
Expand Down

0 comments on commit ba8573f

Please sign in to comment.