ckeditor设置默认字体设置

body  
{  
    /* Font */ 
    font-family: 宋体;  /*设置默认字体*/ 
    font-size: 16px;    /*设置默认字体大小*/ 
 
    /* Text color */ 
    color: #222;  
 
    /* Remove the background color to make it transparent */ 
    background-color: #fff;  

你可能感兴趣的:(ckeditor)