A custom list applied to several paragraphs is not exported to HTML format with the required font-family and font-size. Steps to reproduce: 1. Create a custom list with custom font-size and custom font-family. (different from the default). 2. Apply the list to several paragraphs. 3. Set the StylesExportMode property of the ExportSetting of the HtmlFormatProvider to StylesExportMode.Inline (fp.ExportSettings.StylesExportMode = StylesExportMode.Inline) 4. Export to HTML. Actual: The bullets are exported with the default font-family Verdana and the default font-size. Expected: The bullets to be exported with the custom value for the font-family and font-size.