Skip to content

Commit 0393972

Browse files
committed
fix
1 parent b163adc commit 0393972

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

blog.config.js

+32-32
Original file line numberDiff line numberDiff line change
@@ -60,38 +60,38 @@ const BLOG = {
6060
'https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300&display=swap'
6161
],
6262
// 无衬线字体 例如'"LXGW WenKai"'
63-
// FONT_SANS: [
64-
// // '"LXGW WenKai"',
65-
// '"PingFang SC"',
66-
// '-apple-system',
67-
// 'BlinkMacSystemFont',
68-
// '"Hiragino Sans GB"',
69-
// '"Microsoft YaHei"',
70-
// '"Segoe UI Emoji"',
71-
// '"Segoe UI Symbol"',
72-
// '"Segoe UI"',
73-
// '"Noto Sans SC"',
74-
// 'HarmonyOS_Regular',
75-
// '"Helvetica Neue"',
76-
// 'Helvetica',
77-
// '"Source Han Sans SC"',
78-
// 'Arial',
79-
// 'sans-serif',
80-
// '"Apple Color Emoji"'
81-
// ],
82-
// // 衬线字体 例如'"LXGW WenKai"'
83-
// FONT_SERIF: [
84-
// // '"LXGW WenKai"',
85-
// 'Bitter',
86-
// '"Noto Serif SC"',
87-
// 'SimSun',
88-
// '"Times New Roman"',
89-
// 'Times',
90-
// 'serif',
91-
// '"Segoe UI Emoji"',
92-
// '"Segoe UI Symbol"',
93-
// '"Apple Color Emoji"'
94-
// ],
63+
FONT_SANS: [
64+
// '"LXGW WenKai"',
65+
'"PingFang SC"',
66+
'-apple-system',
67+
'BlinkMacSystemFont',
68+
'"Hiragino Sans GB"',
69+
'"Microsoft YaHei"',
70+
'"Segoe UI Emoji"',
71+
'"Segoe UI Symbol"',
72+
'"Segoe UI"',
73+
'"Noto Sans SC"',
74+
'HarmonyOS_Regular',
75+
'"Helvetica Neue"',
76+
'Helvetica',
77+
'"Source Han Sans SC"',
78+
'Arial',
79+
'sans-serif',
80+
'"Apple Color Emoji"'
81+
],
82+
// 衬线字体 例如'"LXGW WenKai"'
83+
FONT_SERIF: [
84+
// '"LXGW WenKai"',
85+
'Bitter',
86+
'"Noto Serif SC"',
87+
'SimSun',
88+
'"Times New Roman"',
89+
'Times',
90+
'serif',
91+
'"Segoe UI Emoji"',
92+
'"Segoe UI Symbol"',
93+
'"Apple Color Emoji"'
94+
],
9595
FONT_AWESOME: process.env.NEXT_PUBLIC_FONT_AWESOME_PATH || 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css', // font-awesome 字体图标地址; 可选 /css/all.min.css , https://lf9-cdn-tos.bytecdntp.com/cdn/expire-1-M/font-awesome/6.0.0/css/all.min.css
9696

9797
// END ************网站字体*****************

0 commit comments

Comments
 (0)