Author |
|
fre2004 Newbie
Joined: 26 February 2015 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 26 February 2015 at 5:43pm | IP Logged
|
|
|
Hello,
i would like to change font size and font family of default editor.
Default size text is too big.
Any ideas? Thank you.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 27 February 2015 at 2:47am | IP Logged
|
|
|
AfterLogic WebMail allows for configuring that by adding the following items to array defined in data/settings/config.php file:
Code:
'labs.htmleditor-default-font-name' => '',
'labs.htmleditor-default-font-size' => '', |
|
|
Font name can be any of the standard font names, while font size can have one of the following values: 2, 3, 5, 7.
Hope this helps!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
fre2004 Newbie
Joined: 26 February 2015 Location: Italy
Online Status: Offline Posts: 2
|
Posted: 05 March 2015 at 3:47am | IP Logged
|
|
|
now is ok. thank you.
|
Back to Top |
|
|