@offactory/compress-fonts
Version:
Script that will compress your .ttf and .otf files into .woff and .woff2 files.
19 lines (18 loc) • 515 B
JSON
{
"name": "@offactory/compress-fonts",
"version": "1.0.8",
"description": "Script that will compress your .ttf and .otf files into .woff and .woff2 files.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/adamarcanov/compress-fonts.git"
},
"keywords": ["babel-node", "compress fonts", "compress", "fonts", "fontforge"],
"author": "Adam Arcanov",
"license": "ISC",
"dependencies": {
"colors": "^1.4.0",
"shelljs": "^0.8.5"
}
}