Hi all,

If any of you have the desire to change the list of fonts in the FCK Editor, here is the line you need to edit:

FCKConfig.FontNames = 'Arial;Arial Narrow;Georgia;Impact;Tahoma;Trebuchet MS;Verdana' ;

I added Trebuchet, Impact, Arial Narrow and Georgia -- which are all standard webfonts installed on *most* Windows systems, Macs too. (don't know about Linux).

This can be edited on line 102 of:
sugarcrm\include\FCKeditor\fckconfig.js

I removed Comic Sans (which is just plain goofy) and Times Roman which is a horrible font to read on computer monitors.

Cheers...