Skip to content

Commit

Permalink
docs: change font to inter
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Mar 19, 2024
1 parent 5019c9e commit 218401d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Fonts
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #8B04DD;
Expand All @@ -17,7 +17,7 @@
--ifm-color-primary-light: #8B04DD;
--ifm-color-primary-lighter: #B873F4;
--ifm-color-primary-lightest: #E3D2FF;
--ifm-font-family-base: 'Roboto', sans-serif;
--ifm-font-family-base: 'Inter', sans-serif;
--ifm-code-font-size: 95%;
/* --ifm-footer-background-color: black;
--ifm-footer-link-color: white;
Expand Down

0 comments on commit 218401d

Please sign in to comment.