Type alias CSSFontProperties

CSSFontProperties: Pick<CSSStyleDeclaration, "fontFamily" | "fontSize" | "fontStyle" | "fontVariant" | "fontWeight" | "textDecoration" | "textTransform">

Possible CSS properties returned after parsing a font declaration.

Generated using TypeDoc