I'm brand new to CKeditor as my client was previously using openWYSIWYG which was causing many problems when he started just using cut and paste methods from Word and Websites.
Having got the CKEditor 3.4 (revision 5825) editor now integrated as a replacement (in an 'out of the box' configuration), I need to customise the font list as he does not want input staff using non-standard fonts on the website and disable the heading types of <h1> and <h2> as these are defined in the main framework of his website and should not be used in the detailed content.
I do not want to edit the main ckeditor.js file if possible as I like to keep upgrade options easy and this would be overwritten with a new release.
I have tried Google for ckeditor font_name config and also this forum but haven't found an answer as yet. I have tried putting the following
config.fontnames = 'Arial/Arial, Helvetica,sans-serif;Times New Roman/Times New Roman, Times, serif;Verdana;Tahoma;BiminiCustom';
in the config.js, but this appears to have no affect.
Any help / pointers appreciated.
Thx
Having got the CKEditor 3.4 (revision 5825) editor now integrated as a replacement (in an 'out of the box' configuration), I need to customise the font list as he does not want input staff using non-standard fonts on the website and disable the heading types of <h1> and <h2> as these are defined in the main framework of his website and should not be used in the detailed content.
I do not want to edit the main ckeditor.js file if possible as I like to keep upgrade options easy and this would be overwritten with a new release.
I have tried Google for ckeditor font_name config and also this forum but haven't found an answer as yet. I have tried putting the following
config.fontnames = 'Arial/Arial, Helvetica,sans-serif;Times New Roman/Times New Roman, Times, serif;Verdana;Tahoma;BiminiCustom';
in the config.js, but this appears to have no affect.
Any help / pointers appreciated.
Thx