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

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

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

jQuery Ajax Render Fragments OR Whole Page -