RichTextBox: HtmlFormatProvider: Font weight is imported as font size when defined as a number in a font shorthand property
While importing definition of a font similar to font:400 15px 'arial'; where the font-weight is defined as a number, this number is parsed as value for font size instead of mapping it to font-weight.