diff --git a/components/Topbar.tsx b/components/Topbar.tsx index f606acf..bb3b578 100644 --- a/components/Topbar.tsx +++ b/components/Topbar.tsx @@ -19,9 +19,13 @@ export default function Topbar() { return (
- Arcane Tome + Arcane Tome
- {links.map((link) => {link.text})} + {links.map((link) => ( + + {link.text} + + ))}
diff --git a/routes/_app.tsx b/routes/_app.tsx index cf87df3..5ad1e73 100644 --- a/routes/_app.tsx +++ b/routes/_app.tsx @@ -7,6 +7,11 @@ export default function App({ Component }: PageProps) { Arcane Tome + + diff --git a/tailwind.config.ts b/tailwind.config.ts index ebb8308..d329040 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -9,6 +9,13 @@ export default { // @ts-expect-error daisyui, ], + theme: { + extend: { + fontFamily: { + grenze: ["Grenze", "sans-serif"], + }, + }, + }, daisyui: { themes: [ "emerald",