Update --font-sans and related font-face references to "Segoe UI Variable Fizzy" for consistency

This commit is contained in:
user
2025-12-27 22:32:01 +09:00
parent 9dbc921c2e
commit d7d2f92c29
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;
@@ -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;