diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 49c2357..e33a8e5 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 { Mulish } from "next/font/google"; @@ -14,12 +15,10 @@ export const metadata: Metadata = { description: 'Αγοράζουμε χρυσό, ασήμι & κοσμήματα στις καλύτερες τιμές στη Νίκαια. Άμεση εκτίμηση & πληρωμή. 5★ Google Rating. Καλέστε: 210 490 3880', }; -const libreBaskerville = Libre_Baskerville({ - variable: "--font-libre-baskerville", subsets: ["latin"], - weight: ["400", "700"], -}); -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], + +const mulish = Mulish({ + variable: "--font-mulish", + subsets: ["latin"], }); export default function RootLayout({ @@ -30,7 +29,7 @@ export default function RootLayout({ return ( - + {children}