diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d962a77..b4c5705 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,12 @@ export const metadata: Metadata = { description: 'Rankų darbo, prabangūs tortukai metinėms, gimtadieniams ir ypatingoms progoms. Kuriami su meile Vilniuje.', }; -const interTight = Inter_Tight({ variable: "--font-inter-tight", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); + +const interTight = Inter_Tight({ + variable: "--font-inter-tight", + subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], +}); export default function RootLayout({ children,