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:
open contents.css , change font tag:
font-family: verdana;
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
Post a Comment