interface NewFontDefinition {
    family: string;
    weight: number;
    style: string;
    src: string;
    preview: string;
}

Properties

family: string

The font family.

weight: number

The font weight.

style: string

The font style.

src: string

The font file.

preview: string

The text to preview the font.