Initial filename work

This commit is contained in:
be5invis 2023-11-11 17:12:56 -08:00
parent 3c122b72a0
commit 8dbb7c6e23
178 changed files with 411 additions and 4170 deletions

View file

@ -1,8 +1,8 @@
import fs from "fs";
const WebfontFormatMap = new Map([
["woff2", "woff2"],
["ttf", "truetype"]
["WOFF2", "woff2"],
["TTF", "truetype"]
]);
export default (function (output, family, hs, formats, unhinted) {
if (!formats) {