Skip to content

Commit

Permalink
refac: font update
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 3, 2024
1 parent 1cb8b12 commit bc08398
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
@tailwind components;
@tailwind utilities;

@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&display=swap");
Expand Down Expand Up @@ -418,7 +419,7 @@ article p a {
}

:root {
--ifm-font-family-base: "Inter";
--ifm-font-family-base: "Archivo";
}

/* Header Dropdown Menu */
Expand Down

0 comments on commit bc08398

Please sign in to comment.