Skip to content

Commit

Permalink
feat: monospace font for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Jun 20, 2024
1 parent bdc8397 commit fb2b1a5
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 @@ -5,6 +5,7 @@
*/

@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');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

/* You can override the default Infima variables here. */
:root {
Expand All @@ -19,7 +20,7 @@
--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;
--ifm-font-family-monospace: "Roboto Mono", monospace;
}

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

0 comments on commit fb2b1a5

Please sign in to comment.