@stigg/node-server-sdk - v4.22.1

    Type Alias FontVariantInput

    Input for defining font style for a text variant.

    type FontVariantInput = {
        fontSize?: InputMaybe<Scalars["Float"]>;
        fontWeight?: InputMaybe<FontWeight>;
    }
    Index

    Properties

    Size of the text in px or rem.

    fontWeight?: InputMaybe<FontWeight>

    Weight of the font, such as normal or bold.

    MMNEPVFCICPMFPCPTTAAATR