From 12d85c0671ee01679ca7f28d32bf327fa7aa926f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 13:51:42 +0000 Subject: [PATCH 1/4] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb239eb..6664822 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,6 +6,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Libre_Baskerville } from "next/font/google"; +import { Raleway } from "next/font/google"; @@ -14,12 +15,9 @@ export const metadata: Metadata = { description: 'Scopri le opere di Flavia Esposito, pittrice contemporanea. Arte astratta elegante e minimalista. Collezione Orizzonti Lenti.', }; -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", subsets: ["latin"], - weight: ["400", "700"], -}); -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], + +const raleway = Raleway({ + variable: "--font-raleway", subsets: ["latin"], }); export default function RootLayout({ @@ -30,7 +28,7 @@ export default function RootLayout({ return ( - + {children}