The forum operates in read-only mode. Please head to StackOverflow for support.
config.bodyClass = "mybodytext"; config.contentsCss = '/css/my.css';
.mybodytext {font-family: Verdana,sans-serif; font-style: normal; font-variant: normal; font-weight: 400; font-size: 1.68em; line-height: 1.78em;}
Re: One question CKEditor
How should I write style in file my.css?
format
.mybodytext {font-family: Verdana,sans-serif; font-style: normal; font-variant: normal; font-weight: 400; font-size: 1.68em; line-height: 1.78em;}doesn't work.