Author |
|
maxxiv1 Newbie
Joined: 28 April 2017 Location: Poland
Online Status: Offline Posts: 26
|
Posted: 05 May 2017 at 2:41am | IP Logged
|
|
|
Hi.
How to change the default font sizes: small, normal, large and huge in a written message?
Please help.
Best regards.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 May 2017 at 3:39am | IP Logged
|
|
|
There are configuration options which affect default font name and size used in message compose screen and quick reply window. To adjust those, add items of the following kind to array defined in data/settings/config.php file:
Code:
'labs.htmleditor-default-font-name' => 'Courier',
'labs.htmleditor-default-font-size' => '3', |
|
|
For the font size, supported values are: 2, 3, 5, 7.
Default value is 3 which corresponds to 16px, 2 is 13px.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
maxxiv1 Newbie
Joined: 28 April 2017 Location: Poland
Online Status: Offline Posts: 26
|
Posted: 05 May 2017 at 4:12am | IP Logged
|
|
|
This is acceptable
Thank You!
Best regards!
|
Back to Top |
|
|