Lager - v5.2.0
    Preparing search index...

    Type Alias FontWeight

    FontWeight:
        | "normal"
        | "bold"
        | "100"
        | "200"
        | "300"
        | "400"
        | "500"
        | "600"
        | "700"
        | "800"
        | "900"

    This type represents the possible values for font weight, including:

    • 'normal'
    • 'bold'
    • '100' to '900' (in increments of 100)