fix: 特别指定,代码块和正文一样的字体

This commit is contained in:
肖应宇 2026-04-07 09:48:10 +08:00
parent 927830198c
commit e6620e4b91
1 changed files with 7 additions and 0 deletions

View File

@ -426,6 +426,13 @@
p {
font-size: calc(14px * var(--zoom-scale));
}
/* 特别指定,代码块和正文一样的字体 */
code,
kbd,
samp,
pre {
font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
}
/* 列表项 - 14px */
[data-streamdown="list-item"] {