You are going to have to go through and add in every type of option they can add. If they can do bold, then add a b and set the font-weight to normal. If italics, then add an i and set font-decoration to normal. example adding in b below:
HTML Code:
.cms_article_txt_content, .cms_article_txt_content span, .cms_article_txt_content font, .cms_article_txt_content b {
font-family: verdana !important;
font-size: 12px !important;
font-weight:normal !important;
}