From 9b5afd49630800f58b59e29b145485a5b587272f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:40:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7403aa0..802d237 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 { Source_Sans_3 } from "next/font/google"; +import { Trajan_Pro } from "next/font/google"; @@ -14,8 +15,10 @@ export const metadata: Metadata = { description: 'Премиум салон красоты в Ижевске. Маникюр, парикмахерские услуги, макияж, брови, массаж от опытных мастеров. Рейтинг 5.0★ на основе 211 отзывов. Запись онлайн!', }; -const sourceSans3 = Source_Sans_3({ - variable: "--font-source-sans-3", subsets: ["latin"], + +const trajanPro = Trajan_Pro({ + variable: "--font-trajan-pro", subsets: ["latin"], + weight: ["400", "700"], }); export default function RootLayout({ @@ -26,7 +29,7 @@ export default function RootLayout({ return ( - + {children}