fix: Admin Logo 引用毛体字体子集

font-serif → font-brush,应用 Liu Jian Mao Cao 毛体子集
(local subset woff2,仅「先知」两字),与前台报头统一字体。
This commit is contained in:
shangfangjian
2026-09-23 00:37:20 +08:00
parent 812d19c9ed
commit e8e626e3e4
+1 -1
View File
@@ -189,7 +189,7 @@ export default function AdminLayout() {
>
{/* 侧栏顶部 */}
<div className="flex items-center justify-center border-b border-ink-900 px-5 py-5">
<h1 className="text-center font-serif text-3xl font-bold tracking-wide text-ink-900"></h1>
<h1 className="text-center text-3xl tracking-wide text-ink-900 font-brush"></h1>
</div>
{/* 导航:分组 + 小节标题 */}