From cfedcc54a5fa4f47953e47e05540ee1dcf8dc99e Mon Sep 17 00:00:00 2001 From: Aaron Yarborough Date: Fri, 23 Aug 2024 13:30:43 +0100 Subject: [PATCH] feat: remove ubuntu font --- src/layouts/DefaultLayout/DefaultLayout.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/layouts/DefaultLayout/DefaultLayout.jsx b/src/layouts/DefaultLayout/DefaultLayout.jsx index 271d824..9b79a25 100644 --- a/src/layouts/DefaultLayout/DefaultLayout.jsx +++ b/src/layouts/DefaultLayout/DefaultLayout.jsx @@ -4,13 +4,9 @@ import style from './DefaultLayout.module.css' import Header from '@/components/Header/Header' import Footer from '@/components/Footer/Footer' -import { Ubuntu } from 'next/font/google' - -const fontMain = Ubuntu({ subsets: ['latin'], weight: ['400', '500'] }) - function DefaultLayout ({ children }) { return ( -
+
{children}