We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73776ca commit eb683faCopy full SHA for eb683fa
web/src/css/custom.css
@@ -58,7 +58,7 @@
58
59
/* Infima overrides */
60
--ifm-container-width-xl: 1280px;
61
- --ifm-font-family-base: "Inter";
+ --ifm-font-family-base: "Inter", sans-serif;
62
--ifm-color-primary: #bf9900; /* wasp color (ffcc00) darkened by 25% */
63
--ifm-color-primary-dark: #8a6f04;
64
--ifm-color-primary-darker: rgb(31, 165, 136);
web/src/pages/index.css
@@ -1,6 +1,6 @@
1
2
html {
3
- font-family: Inter;
+ font-family: Inter, sans-serif;
4
}
5
6
html,
0 commit comments