cotonti.com : CKEditor default editor font https://www.cotonti.com Last topic posts Cotonti en Tue, 17 Mar 2026 23:52:31 -0000 Twiebie #30116 urlkiller:
to be true i had my fair wrestling with that ckedit styling too... can you post your css file?
body {
	font: normal 12px/18px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #303030;
	background-color:#FFF;
}

I've included that stylesheet from the ckeditor root folder in config.js with:  

config.contentsCss = 'ckstyle.css';
 
]]>
Fri, 08 Jul 2011 22:25:45 -0000
urlkiller Fri, 08 Jul 2011 01:50:32 -0000 Twiebie Added 5 hours later:

Problem solved by including a style with config.contentsCss = 'ckstyle.css';]]>
Thu, 07 Jul 2011 18:38:37 -0000
urlkiller Thu, 07 Jul 2011 15:44:56 -0000 Twiebie Thu, 07 Jul 2011 07:56:41 -0000 Trustmaster You should modify plugins/ckeditor/lib/contents.css and set the font there like

* { font: Your Font Here }
]]>
Thu, 07 Jul 2011 07:44:44 -0000
Twiebie Thu, 07 Jul 2011 04:41:19 -0000