added more weight to lexend fallback (#1087)
This commit is contained in:
parent
6635363521
commit
307856f8e6
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Lexend Fallback for Cal Sans*/
|
/* Lexend Fallback for Cal Sans*/
|
||||||
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100&display=swap");
|
@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100;200;300;400;500;600;700;800;900&display=swap");
|
||||||
|
|
||||||
/* note(PeerRich): TODO move @layer components into proper React Components: <Button color="primary" size="xs" /> */
|
/* note(PeerRich): TODO move @layer components into proper React Components: <Button color="primary" size="xs" /> */
|
||||||
@layer components {
|
@layer components {
|
||||||
|
|
Loading…
Reference in a new issue