optFontFamily method
Implementation
@protected
String? optFontFamily(MarkupContext context, {bool enableTagAttr = true}) {
if (enableTagAttr) {
return context.getBy(tags, 'font-family');
}
return context.get('font-family');
}
@protected
String? optFontFamily(MarkupContext context, {bool enableTagAttr = true}) {
if (enableTagAttr) {
return context.getBy(tags, 'font-family');
}
return context.get('font-family');
}