Skip to content

Commit

Permalink
🐛 扬掉字体
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Sep 4, 2024
1 parent cf55a8f commit 6af551a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/.vitepress/theme/fonts.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*:root {*/
/* --vp-font-family-base: 'Poppins', sans-serif;*/
/* --vp-font-family-mono: 'Cousine', monospace;*/
/*}*/
:root {
--vp-font-family-base: 'Poppins';
--vp-font-family-mono: 'Cousine';
}

0 comments on commit 6af551a

Please sign in to comment.