Reduce primary font size
This commit is contained in:
parent
4188b07fd5
commit
e0d14cc82e
1 changed files with 1 additions and 1 deletions
|
|
@ -232,7 +232,7 @@ class CompanySettings extends BaseSettings
|
|||
public $id_number = ''; //@implemented
|
||||
|
||||
public $page_size = 'A4'; //Letter, Legal, Tabloid, Ledger, A0, A1, A2, A3, A4, A5, A6
|
||||
public $font_size = 9; //@implemented
|
||||
public $font_size = 7; //@implemented
|
||||
public $primary_font = 'Roboto';
|
||||
public $secondary_font = 'Roboto';
|
||||
public $primary_color = '#4caf50';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue