From 3d60763620a85efa634890a28c34fef5379bfe35 Mon Sep 17 00:00:00 2001 From: Rob Jones Date: Wed, 12 Jun 2024 10:06:29 -0600 Subject: [PATCH] set ts to 0 --- DIM-custom-font/DIM-Symbols.woff | Bin 247100 -> 247104 bytes src/generate-custom-glyph-enums.ts | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/DIM-custom-font/DIM-Symbols.woff b/DIM-custom-font/DIM-Symbols.woff index 5c5918abfffcf178ea1817ed7168d3931d6adcf9..65332faf3de4f75a507cc601010d8ab488327dcd 100644 GIT binary patch delta 218 zcmdnf#eblSpQqg4&5ePPfq{YfsKZ2_>Uu*U(=0h`No__(Y9a&kMi(Go9*9-=C3x*K za!V?JVkry^Oxqb4SWoQ!%fOJ6pA1yDMFwcXZ=l#2mKhU8auX{G7?^iR0QJcMu>x}) zUteBgZYogBf`Nh245;7A+%)t_L4I)w1M|)T1_ti)3=G0O|5cmW7~9zxL6~Vf8zZyO z2AxM!*`3xM`+U15^+B2)gGl0vz`GY37W~hBT6g#m>ysh_gT@eMhJZlsbf87s9X2xm G5e5L0tUs6l delta 214 zcmX@m#lNSEpQqg4&5ePPfq{YfsLe#4>Uskp)676i`*lV}Y9a&kMh75Y9*9-=C3x*K za!V?JVhIckOxqb4SWoQ!%fOJ6pA1yDMFMETZ=l#2mKhU8auX{G7?^j60QJcMu>x}) zUteBgZYogBgn@z445;7A+%)t_L4I)w1M|)t1_ti)3=G0O|5cmW7~9zxL6~Vf8zZyO z28|>}&+GF){xOS}+%c1%!Bs-;>+~7QFY2Rr-rrEbxKoD5N8u`i_CKym+g&y?{}BcN D?bkf^ diff --git a/src/generate-custom-glyph-enums.ts b/src/generate-custom-glyph-enums.ts index ab11235e..a0bd250f 100644 --- a/src/generate-custom-glyph-enums.ts +++ b/src/generate-custom-glyph-enums.ts @@ -24,7 +24,7 @@ webfont({ // Writes buffer into .svg font file for other conversions writeFile('./DIM-custom-font/DIM-Symbols.svg', result.svg); // loadSync requires .otf or .woff filetype for enumeration - const ttf = svg2ttf(readFileSync('./DIM-custom-font/DIM-Symbols.svg', 'utf8'), {}); + const ttf = svg2ttf(readFileSync('./DIM-custom-font/DIM-Symbols.svg', 'utf8'), { ts: 0 }); writeFileSync('./DIM-custom-font/DIM-Symbols.woff', ttf2woff(ttf.buffer)); // Generate font format to be used by DIM writeFileSync(