feat: 实现 DOCX 可编辑字体嵌入
This commit is contained in:
@@ -77,7 +77,8 @@ function prepared(
|
||||
theme: {
|
||||
manifest: manifest(docxStyle),
|
||||
source: "bundled",
|
||||
css: "#write { font-family: Test; }"
|
||||
css: "#write { font-family: Test; }",
|
||||
fonts: []
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user