feat: remove ubuntu font
This commit is contained in:
parent
e433d46cc4
commit
cfedcc54a5
1 changed files with 1 additions and 5 deletions
|
@ -4,13 +4,9 @@ import style from './DefaultLayout.module.css'
|
||||||
import Header from '@/components/Header/Header'
|
import Header from '@/components/Header/Header'
|
||||||
import Footer from '@/components/Footer/Footer'
|
import Footer from '@/components/Footer/Footer'
|
||||||
|
|
||||||
import { Ubuntu } from 'next/font/google'
|
|
||||||
|
|
||||||
const fontMain = Ubuntu({ subsets: ['latin'], weight: ['400', '500'] })
|
|
||||||
|
|
||||||
function DefaultLayout ({ children }) {
|
function DefaultLayout ({ children }) {
|
||||||
return (
|
return (
|
||||||
<main className={`${style.layout} ${fontMain.className}`}>
|
<main className={`${style.layout}`}>
|
||||||
<Header />
|
<Header />
|
||||||
<article>{children}</article>
|
<article>{children}</article>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|
Loading…
Add table
Reference in a new issue