Interface IHTMLTextFontOptions

interface IHTMLTextFontOptions {
    display: FontDisplay;
    family: string;
    style: TextStyleFontStyle;
    weight: TextStyleFontWeight;
}

Hierarchy

  • Pick<IHTMLFont, "weight" | "style" | "family">
    • IHTMLTextFontOptions

Properties

display: FontDisplay

font-display property

family: string

Family name of font

Style of the font

Weight of the font

Generated using TypeDoc