Add font-weight range in @font-face rule

This makes Safari render the bold weights correctly which otherwise
looks wrong.
This commit is contained in:
Sangeeth Sudheer 2024-06-11 21:16:44 +05:30
parent a6f901c094
commit 7fa37e48d5
No known key found for this signature in database
GPG Key ID: F6D06ECE734C57D1

View File

@ -34,6 +34,7 @@
font-family: 'Inter'; font-family: 'Inter';
src: url('/Inter.var.woff2') format('woff2-variations'); src: url('/Inter.var.woff2') format('woff2-variations');
font-style: normal; font-style: normal;
font-weight: 100 900;
} }
/* Automatic theme selection */ /* Automatic theme selection */