修改 ckeditor/contents.css 里的
body {
/* Font*/
font-family: 宋体;
/*设置默认字体*/
font-size: 16px;
/*设置默认字体大小*/
/* Text color*/
color: #222;
/* Remove the background color to make it transparent*/
background-color: #fff;
}
*** walker ***
转载于:https://blog.51cto.com/walkerqt/844284