cclaerhout
Well-known member
When the font family is set in the Wysiwyg editor, there's the major font, then some fallback fonts for OS that wouldn't have this font.
When the the message is converted to BbCode only the first font is used as key for the FONT tag, which makes easier for BbCode users to type the font directly.
But when the BbCode is parsed again in html (normal html & wysiwyg parsers), the option of the FONT tag is directly used as the font family name. There could be here a callback that matches for the FONT tag option (the main font) and adds back the fallbacks fonts.
When the the message is converted to BbCode only the first font is used as key for the FONT tag, which makes easier for BbCode users to type the font directly.
But when the BbCode is parsed again in html (normal html & wysiwyg parsers), the option of the FONT tag is directly used as the font family name. There could be here a callback that matches for the FONT tag option (the main font) and adds back the fallbacks fonts.
Upvote
0