Skip to main content

HtmlFontValue

Type Aliases

HtmlFontValue

type HtmlFontValue = object;

Properties

bold?
optional bold?: boolean;
family?
optional family?: string;
italic?
optional italic?: boolean;
Was this page helpful?