cotonti.com : CKEditor default editor font https://www.cotonti.com Neueste Themenbeiträge Cotonti en Tue, 16 Jun 2026 14:40:29 -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';
 
]]>
Fr, 08 Jul 2011 22:25:45 -0000
urlkiller Fr, 08 Jul 2011 01:50:32 -0000 Twiebie Added 5 hours later:

Problem solved by including a style with config.contentsCss = 'ckstyle.css';]]>
Do, 07 Jul 2011 18:38:37 -0000
urlkiller Do, 07 Jul 2011 15:44:56 -0000 Twiebie Do, 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 }
]]>
Do, 07 Jul 2011 07:44:44 -0000
Twiebie Do, 07 Jul 2011 04:41:19 -0000