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.