From 6d8536ddf8bf27cdd4de1e9e07a49160391dc4e8 Mon Sep 17 00:00:00 2001 From: user Date: Sat, 27 Dec 2025 22:54:30 +0900 Subject: [PATCH] Adjust font-weight range for "Segoe UI Variable Fizzy" to include 800-900 --- app/assets/stylesheets/segoe-ui-variable-fizzy.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/segoe-ui-variable-fizzy.css b/app/assets/stylesheets/segoe-ui-variable-fizzy.css index 4919463d1..bc4e9e626 100644 --- a/app/assets/stylesheets/segoe-ui-variable-fizzy.css +++ b/app/assets/stylesheets/segoe-ui-variable-fizzy.css @@ -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; } }