🐛 扬掉字体

This commit is contained in:
远野千束 2024-09-04 18:59:16 +08:00
parent cf55a8f0ae
commit 6af551a710

View File

@ -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';
}