From fd8e55a936ec43589cbd513f92e5201af9567365 Mon Sep 17 00:00:00 2001 From: Rob Jones Date: Wed, 12 Jun 2024 18:12:55 -0600 Subject: [PATCH] remove unneeded attribs --- src/generate-custom-glyph-enums.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/generate-custom-glyph-enums.ts b/src/generate-custom-glyph-enums.ts index 23527fc2..da10ad74 100644 --- a/src/generate-custom-glyph-enums.ts +++ b/src/generate-custom-glyph-enums.ts @@ -10,14 +10,12 @@ const TAG = 'CUSTOM-GLYPHS'; const svgFont = await webfont({ files: './DIM-custom-font/SVGs/', - dest: './DIM-custom-font/', fontName: 'DIM-Symbols', prependUnicode: true, startUnicode: 0xf0000, centerHorizontally: true, fontHeight: '960', descent: '150', - formats: ['woff', 'woff2'], }); const font = parse(toArrayBuffer(svgFont.woff!));