Skip to content

Commit 4caf662

Browse files
davemelk100claude
andcommitted
Use Lato font for Site Generator heading instead of League Gothic
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4377127 commit 4caf662

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/admin/admin-wizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export function AdminWizard() {
100100
return (
101101
<div className="min-h-screen bg-background">
102102
<div className="container py-8 max-w-4xl">
103-
<h1 className="text-2xl font-bold mb-6 text-center">
103+
<h1 className="text-2xl font-bold mb-6 text-center" style={{ fontFamily: "var(--font-lato), sans-serif" }}>
104104
Site Generator
105105
</h1>
106106

0 commit comments

Comments
 (0)