Skip to content

Commit

Permalink
Use fira code
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal authored Feb 28, 2024
1 parent 574de85 commit ee21e34
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .vitepress/theme/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import url(https://fonts.googleapis.com/css?family=Space+Mono:regular,italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Space+Grotesk:regular,italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&display=swap')

/* Customize default theme styling by overriding CSS variables:
https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css
Expand All @@ -26,7 +25,7 @@ https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/var
Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

/* Code Snippet font */
--vp-font-family-mono: "Space Mono", Menlo, Monaco, Consolas, "Courier New",
--vp-font-family-mono: "Fira Code", Menlo, Monaco, Consolas, "Courier New",
monospace;
}

Expand Down Expand Up @@ -163,4 +162,4 @@ mjx-container>svg {
--vp-c-brand-3: #91dd33;
--vp-c-sponsor: #91dd33;
--vitest-c-sponsor-hover: #e51370;
}
}

0 comments on commit ee21e34

Please sign in to comment.