Lack of interest [BbCode => Html parser] - Use a callback for the tag font with the fallback fonts.

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

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.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom