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)