Add fallback sans-serif font (#1568)

This commit is contained in:
Mihovil Ilakovac 2023-11-11 23:28:04 +01:00 committed by GitHub
parent 73776cadc8
commit eb683fa4a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -1,6 +1,6 @@
html {
font-family: Inter;
font-family: Inter, sans-serif;
}
html,