From f873a3653ead4973082b8b3ced347684e3604e6f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 07:50:24 +0000 Subject: [PATCH 1/2] Update theme fonts --- src/app/layout.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 78fc9ea..2a66bd1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,7 +21,12 @@ export const metadata: Metadata = { }, }; -const lato = Lato({ variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"] }); + +const lato = Lato({ + variable: "--font-lato", + subsets: ["latin"], + weight: ["100", "300", "400", "700", "900"], +}); export default function RootLayout({ children, From 8e535a16b5757ed8e185b77ad96c1c9885cc8ceb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 07:50:25 +0000 Subject: [PATCH 2/2] Update theme fonts