Skip to content

Commit

Permalink
Remove unused font on layout template
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Nov 13, 2023
1 parent 8db8378 commit 51e7d87
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions web/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,10 @@ import { PropsWithChildren } from 'react'

import { Metadata } from 'next'

// import { Inter } from 'next/font/google'

import Providers from '@/containers/Providers'

import '@/styles/main.scss'

// const inter = Inter({
// subsets: ['latin'],
// display: 'swap',
// variable: '--font-inter',
// })

export const metadata: Metadata = {
title: 'Jan',
description:
Expand Down

0 comments on commit 51e7d87

Please sign in to comment.