File tree 1 file changed +32
-32
lines changed
1 file changed +32
-32
lines changed Original file line number Diff line number Diff line change @@ -60,38 +60,38 @@ const BLOG = {
60
60
'https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@300&display=swap'
61
61
] ,
62
62
// 无衬线字体 例如'"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
+ ] ,
95
95
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
96
96
97
97
// END ************网站字体*****************
You can’t perform that action at this time.
0 commit comments