fix: 編譯時的引入外部字體方式提示

This commit is contained in:
uWayLu
2022-03-16 15:53:09 +08:00
parent c2075dde1c
commit 1fd727577c
2 changed files with 2 additions and 2 deletions

View File

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