diff options
author | tijmenvangulik <tijmen@vangulik.org> | 2021-03-21 18:29:46 +0100 |
---|---|---|
committer | tijmenvangulik <tijmen@vangulik.org> | 2021-03-21 18:29:46 +0100 |
commit | e43988e4adac46b78753c90f49b92645d08d118d (patch) | |
tree | da0e3bcd845a740b3e901fc71df3ee183f33424f /package.json | |
parent | Update README.md (diff) | |
download | tabler-icons-e43988e4adac46b78753c90f49b92645d08d118d.tar.xz |
Make it easier to compile a font with sub set of icons
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/package.json b/package.json index 56f9c6cf..d8ff5c53 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,9 @@ "prebuild-react": "rm -rf ./icons-react/dist/", "build-react": "rollup -c", "optimize": "gulp optimize", - "release": "release-it" + "release": "release-it", + "build": "gulp build", + "build-iconfont": "gulp build-iconfont" }, "description": "A set of free MIT-licensed high-quality SVG icons for you to use in your web projects.", "keywords": [ @@ -99,5 +101,10 @@ "peerDependencies": { "react": "^16.13.1", "react-dom": "^16.13.1" + }, + "compileFonts": { + "include":[], + "strokeWidth":"2", + "fontForge":"fontforge" } } |