material-foundation / material-theme-builder

Visualize dynamic color and create a custom Material Theme.
https://material-foundation.github.io/material-theme-builder/
Apache License 2.0
360 stars 27 forks source link

Font size unaligned with poppins spec #204

Closed guyluz11 closed 6 months ago

guyluz11 commented 10 months ago

Describe the bug Figma Poppins font size and google Poppins font spec page are unaligned.

As written here titleLarge supposes to be of boldness Medium and according to fonts google Poppins medium should be w500.

To Reproduce Steps to reproduce the behavior: Figma:

  1. Go font Title Large property as you can see boldness property is set to regular = w400 image

Poppins

  1. Go to Poppins spec and look at Medium and you will see it set to w500 image

Expected behavior Figma Title Large and Poppins to follow the same boldness spec. In Figma and Flutter Title Large uses w400 but the spec says it is medium and Poppins medium is w500.

Possible this discrepancy also happens with other sizes than Title Large

Additional context The conversation started here https://github.com/flutter/flutter/issues/122294 it got confirmed that the boldness should be 400w for title Title Large

guyluz11 commented 6 months ago

@margeeta isn't that a bug?, why it got closed as not planned?