Merge pull request #142 from runofthemillgeek/fix/font-weight-in-font-face

Add font-weight range in @font-face rule
This commit is contained in:
Matthew Esposito 2024-06-13 23:13:27 -04:00 committed by GitHub
commit 9a7da3abce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 */