fix: 统一十四套主题DOCX字体映射

This commit is contained in:
SkyJourney
2026-08-03 12:47:14 +08:00
parent 6a6972ae48
commit 9dee7e8605
23 changed files with 325 additions and 63 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
#write {
color: var(--tender-ink);
font-family:
"Noto Serif CJK SC", "Source Han Serif SC",
"FandolSong", "Noto Serif CJK SC", "Source Han Serif SC",
"Microsoft YaHei", "SimSun", serif;
font-size: 17px;
line-height: 1.75;
@@ -78,7 +78,7 @@
#write h3,
#write h4 {
font-family:
"Noto Sans CJK SC", "Source Han Sans SC",
"FandolHei", "Noto Sans CJK SC", "Source Han Sans SC",
"Microsoft YaHei", sans-serif;
font-weight: 700;
}