Skip to content

Commit ab2b2de

Browse files
committed
Change default font to Times New Roman 12pt
1 parent a915e05 commit ab2b2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Classes/PHPWord.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
class PHPWord
4040
{
4141

42-
const DEFAULT_FONT_NAME = 'Arial';
43-
const DEFAULT_FONT_SIZE = 20;
42+
const DEFAULT_FONT_NAME = 'Times New Roman';
43+
const DEFAULT_FONT_SIZE = 24;
4444

4545
/**
4646
* Document properties

0 commit comments

Comments
 (0)