i want increase font size of rich text editor "ckeditor".
the first demo of page(http://ckeditor.com/demo#toolbar) using. want make font size of body 44px;
i found link http://docs.ckeditor.com/#!/api/ckeditor.config-cfg-toolbargroups . seems can configure font size page. still not point out config suitable increase font size
.please me ,its urgent.
- if want modify content displayed in editor, customize contents.css.
- if want add new, pre-defined styles style combo, see official styles.js guide.
- if develop plugin adds features need styling, use ckeditor.addcss() method.
- if want parse existing css file , use rules pre-defined styles, see stylesheetparser plugin.
Comments
Post a Comment