interface FindClosestFontOptions {
    bold?: boolean;
    fallbacks?: string[];
    italic?: boolean;
    panose?: string;
}

Properties

bold?: boolean

Defaults to false

fallbacks?: string[]

A list of font names or generic font family

italic?: boolean

Defaults to false

panose?: string