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
+25
View File
@@ -21,5 +21,30 @@
"docxStyle": {
"preset": "general"
},
"docxFonts": {
"faces": [
{
"family": "FandolSong",
"aliases": ["Vollkorn", "Palatino", "Times", "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": ["Vollkorn", "Palatino", "Times", "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": ["Arial", "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
}
+1 -1
View File
@@ -8,7 +8,7 @@ html, body {
-webkit-font-smoothing: antialiased;
}
body {
font-family: "Vollkorn", Palatino, Times;
font-family: "FandolSong", "Vollkorn", Palatino, Times;
color: #333;
line-height: 1.4;
text-align: justify;