Adjust font-weight range for "Segoe UI Variable Fizzy" to include 800-900

This commit is contained in:
user
2025-12-27 22:54:30 +09:00
parent d7d2f92c29
commit 6d8536ddf8
@@ -16,14 +16,14 @@
@font-face {
font-family: "Segoe UI Variable Fizzy";
src: local("Segoe UI Black");
font-weight: 900;
font-weight: 800 900;
font-style: normal;
}
@font-face {
font-family: "Segoe UI Variable Fizzy";
src: local("Segoe UI Black Italic");
font-weight: 900;
font-weight: 800 900;
font-style: italic;
}
}