From 7fa37e48d5220414f9845cc5cb01f46818a5e338 Mon Sep 17 00:00:00 2001 From: Sangeeth Sudheer Date: Tue, 11 Jun 2024 21:16:44 +0530 Subject: [PATCH] Add font-weight range in @font-face rule This makes Safari render the bold weights correctly which otherwise looks wrong. --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 98c968e..7cef37c 100644 --- a/static/style.css +++ b/static/style.css @@ -34,6 +34,7 @@ font-family: 'Inter'; src: url('/Inter.var.woff2') format('woff2-variations'); font-style: normal; + font-weight: 100 900; } /* Automatic theme selection */