We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 120f853 commit a596826Copy full SHA for a596826
components/CustomFont.tsx
components/NotionPage.tsx
@@ -24,7 +24,6 @@ import * as types from 'lib/types'
24
import * as config from 'lib/config'
25
26
// components
27
-import { CustomFont } from './CustomFont'
28
import { Loading } from './Loading'
29
import { Page404 } from './Page404'
30
import { PageHead } from './PageHead'
@@ -273,8 +272,6 @@ export const NotionPage: React.FC<types.PageProps> = ({
273
272
url={canonicalPageUrl}
274
/>
275
276
- <CustomFont site={site} />
277
-
278
{isLiteMode && <BodyClassName className='notion-lite' />}
279
280
<NotionRenderer
0 commit comments