Skip to content

Commit

Permalink
Change the Code Font in Documentation (#4691)
Browse files Browse the repository at this point in the history
change the code font in document
  • Loading branch information
ehehela authored Dec 26, 2024
1 parent 2e0aabe commit d6fdf25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/.vitepress/theme/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,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",
monospace;
--vp-font-family-mono: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.mono {
Expand Down

0 comments on commit d6fdf25

Please sign in to comment.