flutter_html
flutter_html copied to clipboard
[BUG] <B> bold tag not working?
I'm using html_flutter to show a very simple text with some bold words using , but the text is never bold.
I use some Google fonts I downloaded and I embed in the assets, it's all working, but maybe that's the problem? I loaded all the styles in my pubspec:
fonts: - family: Oxygen fonts: - asset: assets/Oxygen-Regular.ttf - asset: assets/Oxygen-Bold.ttf - asset: assets/Oxygen-Light.ttf - asset: assets/Oxygen-Normal.ttf
Any hint/suggestion on why the bold is not working? Things like
are working.