Skip to content

feat: Support "bold", "normal" in font weight. #259

@divyanshub024

Description

@divyanshub024

Description:

Currently, the fontWeight property expects numeric values like "w400" or "w700". However, it’s common for designers and developers to use human-readable strings such as "normal" and "bold".

This feature request proposes:
• Support for "normal" → mapped to "w400"
• Support for "bold" → mapped to "w700"

This will make Stac JSONs more readable and accessible, especially for non-technical users or config-based UIs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions