When inserting bullet and number lists using the built in options for a telerik rad rich text box. The font size appears to be different.

I can correct it by changing font size to something else and changing back to what I want. I have default font size set to 12 and font family set to times new roman for the radRichTextBox. Any ideas?
I can correct it by changing font size to something else and changing back to what I want. I have default font size set to 12 and font family set to times new roman for the radRichTextBox. Any ideas?
When I explicitly change font size from 12 to 11 and back to 12. It is saved as: <t:Span FontFamily=\"Times New Roman\" FontSize=\"xx\" Text=\"asd\" />.
So the radDocument is not storing the font family or font size of the items in the list.