Closed
Description
Like other text that we want to present in Source Sans 3 (a variable-weight font), we should style **bold text**
in content with weightVariableTextStyle
. Currently, it is styled with just fontWeight
:
InlineSpan _buildStrong(StrongNode node) => _buildNodes(node.nodes,
style: const TextStyle(fontWeight: FontWeight.w600));
Metadata
Metadata
Assignees
Type
Projects
Status
Done