diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index 845dae4..757b744 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -18,7 +18,7 @@ \ No newline at end of file diff --git a/tailwind.config.ts b/tailwind.config.ts index e61b52f..228b779 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -5,8 +5,12 @@ export default { content: ['./src/**/*.{html,js,svelte,ts}'], theme: { - extend: {} + extend: { + fontFamily: { + display: ['Baskervville SC'] + } + } }, plugins: [typography] -} satisfies Config; +} satisfies Config; \ No newline at end of file