Merge pull request #394 from tangly1024/release/V3.5.0

Release/v3.5.0
This commit is contained in:
tangly1024
2022-10-18 18:45:52 +08:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ class MyDocument extends Document {
<link rel='icon' href='/favicon.ico' />
<link rel='icon' href='/favicon.svg' type='image/svg+xml' />
{/* 谷歌字体镜像 */}
<link href="https://fonts.loli.net/css2?family=Noto+Serif+SC&display=swap" rel="stylesheet"/>
<link href={`${BLOG.FONT_URL}`} rel="stylesheet"/>
<CommonScript />
</Head>