export default interface IFontSettings {
    postScriptName?: string;
    size?: number;
    fauxBold?: boolean;
    fauxItalic?: boolean;
    allCaps?: boolean;
}
