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
@@ -7,7 +7,7 @@
#write {
color: var(--blind-ink);
font-family:
"SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
"FandolSong", "SimSun", "Noto Serif CJK SC", "Source Han Serif SC", serif;
font-size: 16px;
line-height: 1.7;
overflow-wrap: break-word;
@@ -74,7 +74,7 @@
#write h6 {
color: #000;
font-family:
"SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
"FandolHei", "SimHei", "Noto Sans CJK SC", "Microsoft YaHei", sans-serif;
font-weight: 700;
}
+25
View File
@@ -24,5 +24,30 @@
"docxStyle": {
"preset": "tender"
},
"docxFonts": {
"faces": [
{
"family": "FandolSong",
"aliases": ["Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
"source": "theme-shared:official-fonts/FandolSong-Regular.woff2",
"weight": 400,
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
},
{
"family": "FandolSong",
"aliases": ["Noto Serif CJK SC", "Source Han Serif SC", "SimSun"],
"source": "theme-shared:official-fonts/FandolSong-Bold.woff2",
"weight": 700,
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
},
{
"family": "FandolHei",
"aliases": ["Noto Sans CJK SC", "Source Han Sans SC", "SimHei", "Microsoft YaHei"],
"source": "theme-shared:official-fonts/FandolHei-Regular.woff2",
"weight": 400,
"license": "GPL-3.0-or-later WITH Font-exception-2.0"
}
]
},
"bundled": true
}