Variable fontWeightToNameConst
fontWeightToName: {
"100": "Thin";
"200": "ExtraLight";
"300": "Light";
"400": "Normal";
"500": "Medium";
"600": "SemiBold";
"700": "Bold";
"800": "ExtraBold";
"900": "Heavy";
} = ...
Type Declaration
100: "Thin"
200: "ExtraLight"
300: "Light"
400: "Normal"
500: "Medium"
600: "SemiBold"
700: "Bold"
800: "ExtraBold"
900: "Heavy"
All considered font weights in FontWeight mapped to their weight name from fontWeightByName.