Skip to content

content: **bold text** should be formatted with weightVariableTextStyle #499

Closed
@chrisbobbe

Description

@chrisbobbe

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

Labels

a-contentParsing and rendering Zulip HTML content, notably message contents

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions