Change default font to Times New Roman 12pt
This commit is contained in:
parent
a915e05a15
commit
ab2b2deac3
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue