You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update weight mixin to accept only the 3 weights supported.
This should be completed re-written to look up the weight in the map. It does not do that now.
Look up the weight passed to the mixin, if the value is invalid then return normal.
Change all references of reg to normal.
Existing mixins allow for reg to be passed to return the normal or 400 weight. Regular is more of a typographic term and not a CSS term.
Recommend maintaining the reg param for now but docs should be updated to use normal
The 72 font does not include medium or semi weights so we should not support those values.
The weights in the main map should match those available with the fonts.
Update
Look up the weight passed to the mixin, if the value is invalid then return
normal
.reg
tonormal
.Existing mixins allow for
reg
to be passed to return thenormal
or400
weight. Regular is more of a typographic term and not a CSS term.The text was updated successfully, but these errors were encountered: