fix: Admin Logo 引用毛体字体子集
font-serif → font-brush,应用 Liu Jian Mao Cao 毛体子集 (local subset woff2,仅「先知」两字),与前台报头统一字体。
This commit is contained in:
@@ -189,7 +189,7 @@ export default function AdminLayout() {
|
|||||||
>
|
>
|
||||||
{/* 侧栏顶部 */}
|
{/* 侧栏顶部 */}
|
||||||
<div className="flex items-center justify-center border-b border-ink-900 px-5 py-5">
|
<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>
|
</div>
|
||||||
|
|
||||||
{/* 导航:分组 + 小节标题 */}
|
{/* 导航:分组 + 小节标题 */}
|
||||||
|
|||||||
Reference in New Issue
Block a user