Author |
|
paddy78 Newbie
Joined: 20 April 2014 Location: Germany
Online Status: Offline Posts: 4
|
Posted: 08 May 2014 at 4:20am | IP Logged
|
|
|
Hi,
where can I change the standard font and font size in the HTML Editor?
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 11 May 2014 at 5:00am | IP Logged
|
|
|
That's an interesting question indeed, I'll check this with the developers and will get back to you.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 12 May 2014 at 12:33am | IP Logged
|
|
|
Have just heard from the UI developer. You'll need to adjust static/js/app.js file. Assuming you run v7.3, change line ~18472:
Code:
this.sDefaultFont = 'Tahoma'; |
|
|
and line ~18482:
In case of v7.2, that would be line ~17190:
Code:
this.iDefaultFont = 'Tahoma'; |
|
|
and line ~17200:
Note that app.js file isn't used by default - its minified version app.min.js is used. To change that, add the following item to the array defined in data/settings/config.php file:
Code:
'labs.use-app-min-js' => false, |
|
|
Also, be sure to clear browser cache to apply changes.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|