Initial filename work
This commit is contained in:
parent
3c122b72a0
commit
8dbb7c6e23
178 changed files with 411 additions and 4170 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue