From a398470a974a0a7e9e950e4ef708530714d62200 Mon Sep 17 00:00:00 2001 From: HasithDeAlwis Date: Wed, 20 Nov 2024 21:46:35 -0500 Subject: [PATCH] feat(website/app): add smooth scroll and JetBrains --- apps/website/app/root.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/apps/website/app/root.tsx b/apps/website/app/root.tsx index af2cbfa0a..a714d7884 100644 --- a/apps/website/app/root.tsx +++ b/apps/website/app/root.tsx @@ -21,13 +21,17 @@ export const links: LinksFunction = () => [ rel: 'stylesheet', href: 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap', }, + { + rel: 'stylesheet', + href: 'https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap', + }, ] export default function App() { return ( @@ -35,7 +39,7 @@ export default function App() { - +