Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Variable FONT_FILE_EXTENSIONSConst

    FONT_FILE_EXTENSIONS: Readonly<
        {
            otf: "font/otf";
            ttf: "font/ttf";
            woff: "font/woff";
            woff2: "font/woff2";
        },
    > = ...

    Supported file extensions for font files, and their corresponding mime types.