diff --git a/app/globals.css b/app/globals.css index fb054843a..721b9988b 100644 --- a/app/globals.css +++ b/app/globals.css @@ -94,4 +94,10 @@ -webkit-box-align: right; -ms-flex-align: right; align-items: right; +} + +@layer utilities{ + .font-tahoma { + font-family: Tahoma; + } } \ No newline at end of file diff --git a/app/layout.tsx b/app/layout.tsx index c2ae09f7e..046180ba9 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -40,7 +40,8 @@ export default function RootLayout({ children }: RootLayoutProps) { className={cn( 'font-sans antialiased', fontSans.variable, - fontMono.variable + fontMono.variable, + 'font-tahoma', )} >