gespenst API - v0.1.0
    Preparing search index...

    Type Alias FontWeight

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

    A string or number representing text font weight.