https://github.com/db-ux-design-system/icon-font-tools
DB UX Design System Monorepo – Icon font generator
https://github.com/db-ux-design-system/icon-font-tools
cli icon-font icons
Last synced: 12 months ago
JSON representation
DB UX Design System Monorepo – Icon font generator
- Host: GitHub
- URL: https://github.com/db-ux-design-system/icon-font-tools
- Owner: db-ux-design-system
- License: apache-2.0
- Created: 2023-11-30T09:06:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-08T03:32:47.000Z (about 1 year ago)
- Last Synced: 2025-07-08T05:37:47.690Z (about 1 year ago)
- Topics: cli, icon-font, icons
- Language: TypeScript
- Homepage:
- Size: 3.68 MB
- Stars: 4
- Watchers: 7
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Icon font tools
If you have some svg icons and want to use them as a font you can generate and modify `woff2` files with these tools.
## API
To check the complete CLI API goto [API](./docs/API.md).
### Config
All properties can be passed via a config file. We use [cosmiconfig](https://github.com/cosmiconfig/cosmiconfig) to fetch different config files:
```shell
By default, Cosmiconfig will check the current directory for the following:
- a package.json property
- a JSON or YAML, extensionless "rc file"
- an "rc file" with the extensions `.json`, `.yaml`, `.yml`, `.js`, `.ts`, `.mjs`, or `.cjs`
- any of the above two inside a `.config` subdirectory
```
## More information
- [Clean icons](./docs/CleanIcons.md)
- [Generate Icon Fonts](./docs/GenerateIconFonts.md)
- [Icon subset](./docs/IconSubset.md)