Type Alias FontMimeType

FontMimeType:
    | "font/*"
    | "font/otf"
    | "font/ttf"
    | "font/woff"
    | "font/woff2"