Hi Lukas,
You can set the default font properties of your
RadDocument using
RadRichTextBox.DocumentInheritsDefaultStyleSettings property, as described in this
help article. Keep in mind that RadRichTextBox's default values for font style (FontFamily, FontSize, etc.) are applied to the document elements only if it the don't have such properties locally set - but HtmlFormatProvider creates document elements and sets its formatting properties according to the HTML specification (which default values are Times New Roman, 12). If you experience such issue, you can try to explicitly clear the values of the imported spans in the data providers's SetupDocument event, for example:
Don't hesitate to contact us if you have any other questions.
Regards,
Vasil
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>