forked from tangly1024/NotionNext
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ade59b
commit f47960f
Showing
1 changed file
with
1 addition
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ const BLOG = { | |
|
||
// 自定义字体示例: 请先将 CUSTOM_FONT 改为 true, 并将 CUSTOM_FONT_URL 改为你的字体CSS地址,同时在 CUSTOM_FONT_SANS 与 CUSTOM_FONT_SERIF 中指定你的 fontfamily | ||
CUSTOM_FONT: true, // 是否使用自定义字体 | ||
CUSTOM_FONT_URL: ['https://npm.elemecdn.com/lxgw-wenkai-screen-[email protected]/lxgwwenkaiscreen.css'], // 自定义字体的CSS | ||
CUSTOM_FONT_URL: ['https://npm.elemecdn.com/[email protected]/style.css'], // 自定义字体的CSS | ||
CUSTOM_FONT_SANS: ['LXGW WenKai'], // 自定义无衬线字体 | ||
CUSTOM_FONT_SERIF: ['LXGW WenKai'], // 自定义衬线字体 | ||
|
||
|