本文采用的是思源黑体,可以在Google Font查询更换其他字体,详细可查看Google Fonts API。
- 字体样式:
https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swap - 字体名:
Noto Sans SC,即上方链接中family=后的字符串,+替换为空格
在站点根目录新建文件 ./layouts/partials/head/custom.html,内容如下:
|
|
本文采用的是思源黑体,可以在Google Font查询更换其他字体,详细可查看Google Fonts API。
https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;700&display=swapNoto Sans SC,即上方链接中family=后的字符串,+替换为空格在站点根目录新建文件 ./layouts/partials/head/custom.html,内容如下:
|
|