Skip to content

Commit eb683fa

Browse files
authored
Add fallback sans-serif font (#1568)
1 parent 73776ca commit eb683fa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
/* Infima overrides */
6060
--ifm-container-width-xl: 1280px;
61-
--ifm-font-family-base: "Inter";
61+
--ifm-font-family-base: "Inter", sans-serif;
6262
--ifm-color-primary: #bf9900; /* wasp color (ffcc00) darkened by 25% */
6363
--ifm-color-primary-dark: #8a6f04;
6464
--ifm-color-primary-darker: rgb(31, 165, 136);

web/src/pages/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
html {
3-
font-family: Inter;
3+
font-family: Inter, sans-serif;
44
}
55

66
html,

0 commit comments

Comments
 (0)