Skip to content

Commit

Permalink
Add fallback sans-serif font (#1568)
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho authored Nov 11, 2023
1 parent 73776ca commit eb683fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion web/src/pages/index.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

html {
font-family: Inter;
font-family: Inter, sans-serif;
}

html,
Expand Down

0 comments on commit eb683fa

Please sign in to comment.