font-family: ThisFontIsInvalid, monospace, sans-serif
Hi! This should be rendered in monospace because our first option "ThisFontIsInvalid" does not exist, however due to this bug it renders in sans-serif.


font-family: monospace, sans-serif
OTOH, this one will render to monospace directly.