From 05faa76d7d028de3b207ee556c908d49fcfd4315 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Tue, 10 Dec 2024 09:45:40 -0500 Subject: [PATCH] font --- src/lib/components/Navbar.svelte | 2 +- src/routes/+page.svelte | 5 +++-- tailwind.config.ts | 8 ++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) 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