From d790e981c470e79d2f5cf19127e83f04b7ceb2ec Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Mon, 12 Feb 2024 23:16:05 -0800 Subject: [PATCH] revert font style in document --- src/app/document/view/[slug]/DocumentViewer.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }>) {