Websites v4 docs v8.3.1
    Preparing search index...

    Interface UploadedFontFile

    interface UploadedFontFile {
        filename: string;
        format: UploadedFontFormat;
        style: "normal" | "italic";
        url: string;
        weight: number;
    }
    Index

    Properties

    filename: string
    style: "normal" | "italic"
    url: string
    weight: number