Skip to content

Commit 302636f

Browse files
committed
chore: better font for articles
1 parent 28e093c commit 302636f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Blog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ const Blog = () => {
288288
</div>
289289
</header>
290290

291-
<article className="prose prose-lg dark:prose-invert max-w-none prose-headings:font-bold prose-a:text-blue-600 dark:prose-a:text-blue-400 prose-code:text-purple-600 dark:prose-code:text-purple-400 text-xl text-justify">
291+
<article className="prose prose-lg dark:prose-invert max-w-none prose-headings:font-bold prose-a:text-blue-600 dark:prose-a:text-blue-400 prose-code:text-purple-600 dark:prose-code:text-purple-400 text-xl text-justify font-mono">
292292
<div dangerouslySetInnerHTML={{ __html: htmlContent }} />
293293
</article>
294294

0 commit comments

Comments
 (0)