Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support more font weights #14

Open
Windisch94 opened this issue Apr 2, 2024 · 0 comments
Open

Support more font weights #14

Windisch94 opened this issue Apr 2, 2024 · 0 comments

Comments

@Windisch94
Copy link

As for the documentation of the flutter font weight it would be helpful if we can create a mapping between more fonts as Bold and Medium (as for now)

The flutter font specifies the following: (all except thin exist in figma also)
/// * [w100]: Thin, the thinnest font weight. (dont exist in figma)
/// * [w200]: Extra light.
/// * [w300]: Light.
/// * [w400]: Normal. The constant [FontWeight.normal] is an alias for this value.
/// * [w500]: Medium.
/// * [w600]: Semi-bold.
/// * [w700]: Bold. The constant [FontWeight.bold] is an alias for this value.
/// * [w800]: Extra-bold.
/// * [w900]: Black, the thickest font weight.

maybe the figdart plugin can handle these weights also - thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant