Update theme fonts
This commit is contained in:
@@ -40,8 +40,9 @@ export const metadata: Metadata = {
|
||||
|
||||
|
||||
|
||||
const raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
@@ -53,7 +54,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body className={`${manrope.variable} antialiased`}>
|
||||
|
||||
{children}
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user