Skip to content

Commit

Permalink
remove unneeded attribs
Browse files Browse the repository at this point in the history
  • Loading branch information
delphiactual committed Jun 13, 2024
1 parent ce9cec1 commit fd8e55a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/generate-custom-glyph-enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!));
Expand Down

0 comments on commit fd8e55a

Please sign in to comment.