From 435658db6d7af589aa17f2e896440cbb8c6a45ca Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Thu, 26 Mar 2026 18:13:03 +0200 Subject: [PATCH] changed comment font for better view and performance --- src/components/Comments.astro | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/Comments.astro b/src/components/Comments.astro index 04e0776..87f5f8f 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -166,6 +166,17 @@ function formatDate(iso: string) { } .comment-list { + font-family: + system-ui, + -apple-system, + BlinkMacSystemFont, + "Segoe UI", + "PingFang SC", + "Hiragino Sans GB", + "Microsoft YaHei", + "Noto Sans CJK SC", + "Source Han Sans SC", + sans-serif; list-style: none; margin: 0; padding: 0;