diff --git a/demo/2-declaritive-styles.ts b/demo/2-declaritive-styles.ts index 6426d5bf53..16af9362eb 100644 --- a/demo/2-declaritive-styles.ts +++ b/demo/2-declaritive-styles.ts @@ -43,6 +43,15 @@ const doc = new Document({ color: "#FF0000", }, }, + document: { + run: { + size: "11pt", + font: "Calibri", + }, + paragraph: { + alignment: AlignmentType.RIGHT, + }, + }, }, paragraphStyles: [ {