custom settings in CKEditor config.js file -


what custom settings can in ckeditor config.js file, changed few, config.font_defaultlabel = 'arial'; other settings can in config.js file? please me in this.

solution: took me quite while figure out. let want use verdana default font. here can do:

  1. open contents.css , change font tag:

    font-family: verdana;

  2. in application/page output published, add style:

    .entry-content {font-family: tahoma;}

that's it! have change default font successfully. works font size well.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

objective c - Newbie question -multiple parameters -