UNPKG

nitropage

Version:

A free and open source, extensible visual page builder based on SolidStart.

8 lines (7 loc) 234 B
export const getFontFormat = (mime: string) => fontFormats[mime]; export const fontFormats: Record<string, string | undefined> = { "font/woff2": "woff2", "font/woff": "woff", "font/otf": "opentype", "font/ttf": "truetype", };