From eaad8a30807b554ccc996618932c81dbc72f2570 Mon Sep 17 00:00:00 2001 From: ClovertaTheTrilobita Date: Sat, 4 Apr 2026 12:59:06 +0300 Subject: [PATCH] update font --- .../remark42-latest-comments.svelte | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/components/remark42-latest-comments.svelte b/src/components/remark42-latest-comments.svelte index dbf0ce3..83060f8 100644 --- a/src/components/remark42-latest-comments.svelte +++ b/src/components/remark42-latest-comments.svelte @@ -172,6 +172,17 @@ overflow-wrap: anywhere; word-break: break-word; font-style: italic; + 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; } .latest-comments :global(.comment__info)::before { @@ -190,6 +201,17 @@ overflow-wrap: anywhere; word-break: break-word; white-space: pre-wrap; + 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; } :global(.dark)