Forums / Cotonti / General / CKEditor default editor font

Twiebie
#30141 2011-07-08 22:25
#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';