From ab2b2deac371643fc473c3765d5fc9bac6d6756b Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Sun, 23 Feb 2014 11:40:32 +0700 Subject: [PATCH] Change default font to Times New Roman 12pt --- Classes/PHPWord.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Classes/PHPWord.php b/Classes/PHPWord.php index 51b37366..b930bfb5 100755 --- a/Classes/PHPWord.php +++ b/Classes/PHPWord.php @@ -39,8 +39,8 @@ if (!defined('PHPWORD_BASE_PATH')) { class PHPWord { - const DEFAULT_FONT_NAME = 'Arial'; - const DEFAULT_FONT_SIZE = 20; + const DEFAULT_FONT_NAME = 'Times New Roman'; + const DEFAULT_FONT_SIZE = 24; /** * Document properties