2011-09-28, 22:06:10
I use a separate configuration file for CKEditor and how to define that is documented in the wiki
I just tested and defined other fonts in that file:
When testing, I got "Connie" as default fontlabel and Connie was added to the fonts
I will take that off after the test , there is no egomania-font with my name ;=)
And as always: there are some goodies to find in the CKEDITOR docs: http://docs.cksource.com/ckeditor_api/sy...font_names
I just tested and defined other fonts in that file:
Code:
CKEDITOR.editorConfig = function( config )
{
....
config.font_defaultLabel = 'Connie',
config.font_names = 'Arial/Arial, Helvetica, sans-serif;' + 'Times New Roman/Times New Roman, Times, serif;' + 'Verdana;' + 'Connie';
config.language = 'de',
config.contentsLanguage = 'de',
......
};
When testing, I got "Connie" as default fontlabel and Connie was added to the fonts
I will take that off after the test , there is no egomania-font with my name ;=)
And as always: there are some goodies to find in the CKEDITOR docs: http://docs.cksource.com/ckeditor_api/sy...font_names
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18