Skip to content

Commit

Permalink
feat: font
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 19, 2024
1 parent 04fe3c5 commit ede8208
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
* work well for content-centric websites.
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* You can override the default Infima variables here. */
:root {
--ifm-color-primary: #127FFF;
Expand All @@ -15,6 +17,9 @@
--ifm-color-primary-lightest: #6BAFFF;
--ifm-code-font-size: 95%;
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
--ifm-font-family-base: "Poppins", sans-serif;
--ifm-heading-font-family: "Poppins", sans-serif;
--ifm-font-family-monospace: "Poppins", sans-serif;
}

/* For readability concerns, you should choose a lighter palette in dark mode. */
Expand Down

0 comments on commit ede8208

Please sign in to comment.