https://github.com/kdydesign/fontagon
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
https://github.com/kdydesign/fontagon
cli font icon icon-font icon-fonts icon-fonts-cli svg svgtofont ttf webfont webiconfont woff woff2
Last synced: 3 months ago
JSON representation
Fontagon is a great tool that easily converts svg into icon font. Fontagon-cli allows faster conversion to commands.
- Host: GitHub
- URL: https://github.com/kdydesign/fontagon
- Owner: kdydesign
- License: mit
- Created: 2020-04-17T04:23:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T10:18:00.000Z (over 2 years ago)
- Last Synced: 2024-11-28T17:38:36.020Z (11 months ago)
- Topics: cli, font, icon, icon-font, icon-fonts, icon-fonts-cli, svg, svgtofont, ttf, webfont, webiconfont, woff, woff2
- Language: JavaScript
- Homepage:
- Size: 864 KB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Fontagon Package
[![lerna][lerna-src]][lerna-href]
[![Circle CI][circle-ci-src]][circle-ci-href]
[![Codecov][codecov-src]][codecov-href]
[![Standard JS][standard-js-src]][standard-js-href]
![License][license-src]> You can easily create web-icon-font by creating svg as font.
## Intro
This module easily converts svg to font files and css.
It is a new and updated module that refers to [webfonts-generator](https://www.npmjs.com/package/webfonts-generator) and provides a variety of additional functions such as **css**, **less**, **sass**, and **stylus** conversion.Features:
* Supported font formats: `WOFF2`, `WOFF`, `EOT`, `TTF` and `SVG`.
* Supports the product built with `css`, `sass`, `less`, and `stylus`.
* Custom templates are available.
* Support for `ligature`
* Support for `CLI`## Infos
- [📖 **Release Notes**](./CHANGELOG.md)## Documentation
[Fontagon](https://github.com/kdydesign/fontagon/tree/master/packages/fontagon):
Use `Fontagon` to build an icon-font build system.[Fontagon-CLI](https://github.com/kdydesign/fontagon/tree/master/packages/fontagon-cli):
`Fontagon-CLI` makes it easy to use `Fontagon`.## License
[MIT License](./LICENSE)
Copyright (c) [Dev.DY](https://kdydesign.github.io/)[npm-version-src]: https://img.shields.io/npm/v/fontagon?style=flat-square
[npm-version-href]: https://npmjs.com/package/fontagon
[npm-downloads-src]: https://img.shields.io/npm/dt/fontagon?style=flat-square
[npm-downloads-href]: https://npmjs.com/package/fontagon
[circle-ci-src]: https://img.shields.io/circleci/project/github/kdydesign/fontagon/master.svg?style=flat-square
[circle-ci-href]: https://circleci.com/gh/kdydesign/fontagon/tree/master
[codecov-src]: https://img.shields.io/codecov/c/github/kdydesign/fontagon.svg?style=flat-square
[codecov-href]: https://codecov.io/gh/kdydesign/fontagon
[david-dm-src]: https://david-dm.org/kdydesign/fontagon/status.svg?style=flat-square
[david-dm-href]: https://david-dm.org/kdydesign/fontagon
[standard-js-src]: https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square
[standard-js-href]: https://standardjs.com
[license-src]: https://img.shields.io/npm/l/fontagon?style=flat-square
[lerna-src]: https://img.shields.io/badge/maintained/with-lerna-cc00ff.svg?style=flat-square
[lerna-href]: https://lerna.js.org/