@electrovir/color - v1.7.8
    Preparing search index...

    Variable fontWeightToNameConst

    fontWeightToName: {
        "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.

    Type Declaration

    • 100: "Thin"
    • 200: "ExtraLight"
    • 300: "Light"
    • 400: "Normal"
    • 500: "Medium"
    • 600: "SemiBold"
    • 700: "Bold"
    • 800: "ExtraBold"
    • 900: "Heavy"