-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: 更改字体效果,格式化 fontSwitcher.js (#11)
* style: 更改字体效果,格式化 fontSwitcher.js * chore: 调整字体映射表
- Loading branch information
Showing
2 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@import 'https://fonts.project-trans.org/fonts.css'; | ||
:root { | ||
--vp-font-family-base: var(--main-font, system-ui) !important;/* 文本字体 */ | ||
--vp-font-family-mono: var(--main-font, system-ui) !important;/* 代码字体 */ | ||
--vp-font-family-base: var(--main-font) !important;/* 文本字体 */ | ||
--vp-font-family-mono: var(--main-font) !important;/* 代码字体 */ | ||
} | ||
|