From 9ed46bea58dbb81ceada2a957fd1db653fb21e52 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Wed, 24 Dec 2025 17:53:32 +0100 Subject: Implement new UI styles --- src/frontend/app/root.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/frontend/app/root.tsx') diff --git a/src/frontend/app/root.tsx b/src/frontend/app/root.tsx index 1354660..656c75c 100644 --- a/src/frontend/app/root.tsx +++ b/src/frontend/app/root.tsx @@ -6,7 +6,7 @@ import { ScrollRestoration, } from "react-router"; -import "@fontsource-variable/roboto"; +import "@fontsource-variable/outfit"; import type { Route } from "./+types/root"; import "./root.css"; @@ -39,7 +39,7 @@ export function Layout({ children }: { children: React.ReactNode }) { - +