mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 21:47:40 +03:00
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:
commit
9a7da3abce
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue