From abada08613badd7192786f50b0e61b7e8bb41493 Mon Sep 17 00:00:00 2001 From: joker Date: Tue, 17 Oct 2023 20:57:17 +0300 Subject: [PATCH] modified: app/layout.tsx modified: package.json modified: tailwind.config.js --- app/layout.tsx | 6 +++--- package.json | 3 +-- tailwind.config.js | 3 ++- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index cb31409..bb2f230 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -22,7 +22,7 @@ const fontSans = Red_Hat_Display({ const fontSerif = Newsreader({ subsets: ['latin'], - variable: '--font-newsreader', + variable: '--font-arial', }); type RootLayoutProps = { @@ -77,8 +77,8 @@ export default function RootLayout({ children }: RootLayoutProps) { lang="ru" className={cn( 'scroll-pt-16 overflow-auto overscroll-none', - fontSans.variable, - fontSerif.variable, + //fontSans.variable, + //fontSerif.variable, )} >