Author |
|
jenashley Newbie
Joined: 17 August 2014 Location: United States
Online Status: Offline Posts: 1
|
Posted: 17 August 2014 at 8:39pm | IP Logged
|
|
|
Just wondering if there's a way to add more fonts to the list for the signature.
Really loving how clean and "lite" this is! Good job!
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 18 August 2014 at 1:39am | IP Logged
|
|
|
Hello,
In static/js/app.js file, locate the following line:
Code:
this.aFonts = ['Arial', 'Arial Black', 'Courier New', 'Tahoma', 'Times New Roman', 'Verdana']; |
|
|
The list defines fonts available in richtext editor, for both message compose and signature area, and you can supply more fonts there.
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.
If you might be looking for changing default font, the information on that is available at this discussion thread.
And thanks for your warm words, we really appreciate it!
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|
ronoi Newbie
Joined: 05 March 2015
Online Status: Offline Posts: 1
|
Posted: 05 March 2015 at 5:44am | IP Logged
|
|
|
Hi All,
Can i just check something as i have a similar question:
The instructions above will only work for standard web fonts right? You can't use that method to add Google Web-fonts for example?
I have set up an email account for a client and they have asked for a very specific font for their signature so i wanted to know if i can use a Google Web-font somehow?
Thanks
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 05 March 2015 at 5:48am | IP Logged
|
|
|
The font will be displayed there as long as your system recognizes it by the name. Of course, the recipient's system needs to have that font as well, as the font itself isn't included into email message.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|