Skip to content

Commit

Permalink
styles: set alternative font to arial and sans-serif
Browse files Browse the repository at this point in the history
  • Loading branch information
manila committed Mar 21, 2024
1 parent da63616 commit 2170ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
--ifm-color-primary-lighter: #3b3b3b;
--ifm-color-primary-lightest: #424242;
--ifm-code-font-size: 95%;
--ifm-heading-font-family: 'Lang Gothic', Georgia, serif;
--ifm-heading-font-family: 'Lang Gothic', arial, sans-serif;
--ifm-heading-font-weight: 600;
--ifm-h2-font-size: 1.5em;
--ifm-background-color: #fff;
Expand Down

0 comments on commit 2170ba0

Please sign in to comment.