style: unify typography — use heading-xl/lg/md utilities in all pages
This commit is contained in:
@@ -44,7 +44,7 @@ export default async function PostPage({ params }: { params: Promise<{ slug: str
|
||||
<article>
|
||||
<header className="mb-12">
|
||||
<time className="font-mono text-sm text-ink-soft">{post.date}</time>
|
||||
<h1 className="font-sans text-4xl font-extrabold tracking-tight lg:text-5xl mt-3 mb-2 text-ink">
|
||||
<h1 className="heading-xl text-ink mt-3 mb-2">
|
||||
{post.title}
|
||||
</h1>
|
||||
<p className="font-mono text-xs text-ink-soft">
|
||||
|
||||
Reference in New Issue
Block a user