fix: add rel to fontTable (#2800)
* fix: add rel to fontTable * Fix prettier --------- Co-authored-by: Dolan <dolan_miu@hotmail.com>
This commit is contained in:
@ -109,6 +109,12 @@ export class Compiler {
|
||||
);
|
||||
});
|
||||
|
||||
file.Document.Relationships.createRelationship(
|
||||
file.Document.Relationships.RelationshipCount + 1,
|
||||
"http://schemas.openxmlformats.org/officeDocument/2006/relationships/fontTable",
|
||||
"fontTable.xml",
|
||||
);
|
||||
|
||||
return xml(
|
||||
this.formatter.format(file.Document.Relationships, {
|
||||
viewWrapper: file.Document,
|
||||
|
Reference in New Issue
Block a user