Update --font-sans and related font-face references to "Segoe UI Variable Fizzy" for consistency
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
--block-space-double: calc(var(--block-space) * 2);
|
||||
|
||||
/* Text */
|
||||
--font-sans: "Adwaita Sans", -apple-system, BlinkMacSystemFont, "Segoe UI fizzy", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
--font-sans: "Adwaita Sans", -apple-system, BlinkMacSystemFont, "Segoe UI Variable Fizzy", "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
|
||||
--font-serif: ui-serif, serif;
|
||||
--font-mono: ui-monospace, monospace;
|
||||
|
||||
|
||||
+4
-4
@@ -1,27 +1,27 @@
|
||||
@layer reset {
|
||||
@font-face {
|
||||
font-family: "Segoe UI fizzy";
|
||||
font-family: "Segoe UI Variable Fizzy";
|
||||
src: local("Segoe UI Variable");
|
||||
font-weight: 100 700;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Segoe UI fizzy";
|
||||
font-family: "Segoe UI Variable Fizzy";
|
||||
src: local("Segoe UI Variable Italic");
|
||||
font-weight: 100 700;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Segoe UI fizzy";
|
||||
font-family: "Segoe UI Variable Fizzy";
|
||||
src: local("Segoe UI Black");
|
||||
font-weight: 900;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Segoe UI fizzy";
|
||||
font-family: "Segoe UI Variable Fizzy";
|
||||
src: local("Segoe UI Black Italic");
|
||||
font-weight: 900;
|
||||
font-style: italic;
|
||||
Reference in New Issue
Block a user