style: unify typography — use heading-xl/lg/md utilities in all pages

This commit is contained in:
2026-06-01 21:33:23 -05:00
parent e8ee286d2f
commit 0a1032d1ee
4 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ export function PostCard({ slug, title, date, excerpt, index = 0 }: PostCardProp
>
<Link href={`/posts/${slug}/`} className="block">
<time className="font-mono text-sm text-ink-soft">{date}</time>
<h3 className="font-sans text-2xl font-semibold tracking-tight text-ink mt-1 mb-2 hover:text-accent transition-colors">
<h3 className="heading-md text-ink mt-1 mb-2 hover:text-accent transition-colors">
{title}
</h3>
{excerpt && (