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:
parent
a6f901c094
commit
7fa37e48d5
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user