UNPKG

@aurigma/design-atoms-model

Version:

Design Atoms is a part of Customer's Canvas SDK which allows for manipulating individual design elements through your code.

8 lines (7 loc) 171 B
export default interface IFontSettings { postScriptName?: string; size?: number; fauxBold?: boolean; fauxItalic?: boolean; allCaps?: boolean; }