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

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -