fix: 内置DOCX双中文字体包

This commit is contained in:
SkyJourney
2026-08-03 12:07:12 +08:00
parent a094dabf02
commit 6a6972ae48
24 changed files with 508 additions and 180 deletions
+4 -4
View File
@@ -8,7 +8,7 @@
#write {
color: var(--briefing-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: 18px;
line-height: 1.8;
@@ -27,7 +27,7 @@
border-bottom: 1mm solid var(--briefing-red);
color: var(--briefing-red);
font-family:
"STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
"FandolSong", "STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
font-size: 2.35em;
font-weight: 700;
letter-spacing: 0.18em;
@@ -55,7 +55,7 @@
#write .doc-title {
margin: 0 0 8mm;
font-family:
"STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
"FandolSong", "STZhongsong", "Noto Serif CJK SC", "Source Han Serif SC", serif;
font-size: 1.65em;
font-weight: 700;
line-height: 1.4;
@@ -68,7 +68,7 @@
#write h4 {
margin: 1.35em 0 0.5em;
font-family:
"Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
"MdTP Sans SC", "Noto Sans CJK SC", "Source Han Sans SC", "Microsoft YaHei", sans-serif;
font-weight: 700;
line-height: 1.5;
}