mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-26 22:36:01 +03:00
Add fallback sans-serif font (#1568)
This commit is contained in:
parent
73776cadc8
commit
eb683fa4a8
@ -58,7 +58,7 @@
|
||||
|
||||
/* Infima overrides */
|
||||
--ifm-container-width-xl: 1280px;
|
||||
--ifm-font-family-base: "Inter";
|
||||
--ifm-font-family-base: "Inter", sans-serif;
|
||||
--ifm-color-primary: #bf9900; /* wasp color (ffcc00) darkened by 25% */
|
||||
--ifm-color-primary-dark: #8a6f04;
|
||||
--ifm-color-primary-darker: rgb(31, 165, 136);
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
html {
|
||||
font-family: Inter;
|
||||
font-family: Inter, sans-serif;
|
||||
}
|
||||
|
||||
html,
|
||||
|
Loading…
Reference in New Issue
Block a user