KC's Workspace
    Preparing search index...

    A value for the font shorthand property.

    interface Font {
        family: string[];
        lineHeight: LineHeight;
        size: FontSize;
        stretch: FontStretch;
        style: FontStyle;
        variantCaps: FontVariantCaps;
        weight: FontWeight;
    }
    Index

    Properties

    family: string[]

    The font family.

    lineHeight: LineHeight

    The line height.

    size: FontSize

    The font size.

    stretch: FontStretch

    The font stretch.

    style: FontStyle

    The font style.

    variantCaps: FontVariantCaps

    How the text should be capitalized. Only CSS 2.1 values are supported.

    weight: FontWeight

    The font weight.