File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22
33import clsx from "clsx" ;
4- import { Urbanist } from "next/font/google" ;
4+ import { Anek_Odia } from "next/font/google" ;
55
66import Footer from "@/components/Footer" ;
77import Navbar from "@/components/Navbar" ;
@@ -11,7 +11,7 @@ import "@/styles/globals.css";
1111import { getHeroImgsProps } from "@/utils/getHeroImgsProps" ;
1212import { request } from "@/utils/graphQLClient" ;
1313
14- const urbanist = Urbanist ( {
14+ const font = Anek_Odia ( {
1515 weight : [ "400" , "500" ] ,
1616 subsets : [ "latin" ] ,
1717} ) ;
@@ -40,7 +40,7 @@ export default async function RootLayout({
4040 ) ) }
4141 </ head >
4242 < body className = "min-w-80 bg-background-1 antialiased" >
43- < main className = { clsx ( urbanist . className ) } >
43+ < main className = { clsx ( font . className ) } >
4444 < Navbar { ...{ navbarData } } />
4545 < div className = "mx-auto max-w-screen-2xl" > { children } </ div >
4646 < Footer />
Original file line number Diff line number Diff line change 4747body {
4848 color : var (--foreground );
4949 background : var (--background );
50- font-family : Urbanist , Helvetica, sans-serif;
50+ font-family : Anek_Odia , Helvetica, sans-serif;
5151 font-size : 16px ;
5252 font-weight : 400 ;
5353 line-height : 19px ;
You can’t perform that action at this time.
0 commit comments