Skip to content

Commit a596826

Browse files
remove CustomFont as its not being used
1 parent 120f853 commit a596826

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

components/CustomFont.tsx

Lines changed: 0 additions & 34 deletions
This file was deleted.

components/NotionPage.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import * as types from 'lib/types'
2424
import * as config from 'lib/config'
2525

2626
// components
27-
import { CustomFont } from './CustomFont'
2827
import { Loading } from './Loading'
2928
import { Page404 } from './Page404'
3029
import { PageHead } from './PageHead'
@@ -273,8 +272,6 @@ export const NotionPage: React.FC<types.PageProps> = ({
273272
url={canonicalPageUrl}
274273
/>
275274

276-
<CustomFont site={site} />
277-
278275
{isLiteMode && <BodyClassName className='notion-lite' />}
279276

280277
<NotionRenderer

0 commit comments

Comments
 (0)