google 思源宋体字体

This commit is contained in:
tangly1024
2022-01-19 17:23:03 +08:00
parent dd541d2459
commit 26fbe3b3b2
8 changed files with 57 additions and 41 deletions

View File

@@ -40,6 +40,8 @@ const CommonHead = ({ meta }) => {
<meta property='article:author' content={BLOG.AUTHOR} />
</>
)}
{/* 谷歌字体镜像 */}
<link href="https://fonts.loli.net/css2?family=Noto+Serif+SC&display=swap" rel="stylesheet"/>
</Head>
}