From 590eba79c46ae29d457fa9bd91bdf62c0528a380 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 1 Jul 2025 02:34:33 +1000 Subject: [PATCH] Specify font-weight in Roboto Flex declaration This prevents weights being displayed incorrectly --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 1f5d86d..457a52d 100644 --- a/src/style.css +++ b/src/style.css @@ -18,6 +18,7 @@ @font-face { font-family: "Roboto Flex"; + font-weight: 100 1000; src: url("/src/assets/fonts/RobotoFlex-VF.ttf"); }