feat: 实现 DOCX 可编辑字体嵌入

This commit is contained in:
SkyJourney
2026-07-31 16:18:30 +08:00
parent f3847f3e4b
commit 10bc62cee4
32 changed files with 2195 additions and 76 deletions
+39
View File
@@ -0,0 +1,39 @@
@font-face {
font-family: "FandolSong";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("./FandolSong-Regular.woff2") format("woff2");
}
@font-face {
font-family: "FandolSong";
font-style: normal;
font-weight: 700;
font-display: block;
src: url("./FandolSong-Bold.woff2") format("woff2");
}
@font-face {
font-family: "FandolFang";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("./FandolFang-Regular.woff2") format("woff2");
}
@font-face {
font-family: "FandolHei";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("./FandolHei-Regular.woff2") format("woff2");
}
@font-face {
font-family: "FandolKai";
font-style: normal;
font-weight: 400;
font-display: block;
src: url("./FandolKai-Regular.woff2") format("woff2");
}