-
-
Notifications
You must be signed in to change notification settings - Fork 916
Closed
Labels
cssEnhancements/issues with css propertiesEnhancements/issues with css propertiesenhancementNew feature or requestNew feature or request
Description
Describe your feature request
When rendering data, we may encounter glyphs/chars that are not available in main style font, an example:
Html(
data: '<span>‟Pessoas que se recuperaram, »’”›⸃⸅⸊⸍⸝⸡ [...]”</span>',
style: <String, Style>{
'span': Style(
fontFamily: 'Lato',
),
},
);
and will render this:
Proposal
Flutter TextStyle already solves this with the fontFamilyFallback parameter, just need to expose it to flutter_html Style.
Metadata
Metadata
Assignees
Labels
cssEnhancements/issues with css propertiesEnhancements/issues with css propertiesenhancementNew feature or requestNew feature or request