支持在NotionConfig中配置字体

This commit is contained in:
tangly1024.com
2024-02-22 12:32:26 +08:00
parent a363caa13b
commit 8e041703b3
40 changed files with 51 additions and 52 deletions

View File

@@ -28,7 +28,7 @@ class MyDocument extends Document {
})}
</Head>
<body className={`${BLOG.FONT_STYLE} dark:bg-black scroll-smooth`}>
<body>
<Main />
<NextScript />
</body>