diff --git a/src/app/document/view/[slug]/DocumentViewer.tsx b/src/app/document/view/[slug]/DocumentViewer.tsx index 62bdb84..6bc1c35 100644 --- a/src/app/document/view/[slug]/DocumentViewer.tsx +++ b/src/app/document/view/[slug]/DocumentViewer.tsx @@ -13,7 +13,7 @@ import Link from 'next/link' import { useSuspenseQuery } from '@tanstack/react-query' import { loadDocument } from '@/app/db/loaders' -const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500', '700'] }) +const zillaSlab = Zilla_Slab({ subsets: ['latin'], weight: ['500'] }) export default function DocumentViewer({ slug }: Readonly<{ slug: string }>) { const { data, error } = useSuspenseQuery({ @@ -44,7 +44,7 @@ export default function DocumentViewer({ slug }: Readonly<{ slug: string }>) {