diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 802d237..7403aa0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,7 +6,6 @@ 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"; @@ -15,10 +14,8 @@ export const metadata: Metadata = { description: 'Премиум салон красоты в Ижевске. Маникюр, парикмахерские услуги, макияж, брови, массаж от опытных мастеров. Рейтинг 5.0★ на основе 211 отзывов. Запись онлайн!', }; - -const trajanPro = Trajan_Pro({ - variable: "--font-trajan-pro", subsets: ["latin"], - weight: ["400", "700"], +const sourceSans3 = Source_Sans_3({ + variable: "--font-source-sans-3", subsets: ["latin"], }); export default function RootLayout({ @@ -29,7 +26,7 @@ export default function RootLayout({ return ( - + {children}