修复 Markdown 在一些环境没有正确使用中文字体
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-11-11 01:39:30 +08:00
parent 00acfee3e6
commit 0f4f53ef6f

View File

@ -137,6 +137,6 @@ onMount(async () => {
<style>
.markdown-body {
font-family: "Noto Sans SC";
font-family: "Noto Sans SC", "Noto Sans CJK SC", "Noto Sans";
}
</style>