{"id":13426809,"url":"https://github.com/fontello/fontello","last_synced_at":"2025-05-14T04:08:05.036Z","repository":{"id":2441553,"uuid":"3411652","full_name":"fontello/fontello","owner":"fontello","description":"Iconic fonts scissors","archived":false,"fork":false,"pushed_at":"2022-12-31T23:41:36.000Z","size":40981,"stargazers_count":7052,"open_issues_count":64,"forks_count":777,"subscribers_count":244,"default_branch":"master","last_synced_at":"2025-05-05T06:30:46.783Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://fontello.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fontello.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"fontello","open_collective":"puzrin","patreon":"puzrin"}},"created_at":"2012-02-10T22:19:12.000Z","updated_at":"2025-05-03T02:12:47.000Z","dependencies_parsed_at":"2022-06-26T06:40:05.179Z","dependency_job_id":null,"html_url":"https://github.com/fontello/fontello","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontello%2Ffontello","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontello%2Ffontello/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontello%2Ffontello/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fontello%2Ffontello/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fontello","download_url":"https://codeload.github.com/fontello/fontello/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254054905,"owners_count":22007011,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T00:01:45.416Z","updated_at":"2025-05-14T04:08:04.978Z","avatar_url":"https://github.com/fontello.png","language":"JavaScript","readme":"Fontello - icon font scissors\n=============================\n\n[![CI](https://github.com/fontello/fontello/workflows/CI/badge.svg?branch=master)](https://github.com/fontello/fontello/actions)\n[![Gitter](https://badges.gitter.im/fontello/fontello.svg)](https://gitter.im/fontello/fontello)\n\nwebsite: [fontello.com](https://fontello.com/), help: [wiki](https://github.com/fontello/fontello/wiki/Help)\n\n[![](https://opencollective.com/puzrin/tiers/baker.svg?width=770)](https://opencollective.com/puzrin#category-CONTRIBUTE)\n\nThis tool lets you combine icon webfonts for your own project. With fontello you can:\n\n1. shrink glyph collections, minimizing font size\n2. merge symbols from several fonts into a single file\n3. access large sets of professional-grade open source icons\n\n\n## Developers API\n\nFontello allows easy scripting, to implement different convenient features:\n\n1. Open site from command line, with your configuration, and import edited project\n    - [Makefile example](https://gist.github.com/puzrin/5537065). That's a live working code, used\n      for development of fontello itself.\n2. Writing website plugins, to import/export icons via admin panel.\n\nWhen more examples available, those will be added here.\n\n\n### API methods\n\n1. `POST https://fontello.com/` creates a session with your config and\n   return you `session_id`. You can use it later to open fontello with your configuration\n   and to automatically download your font. Session is stored for 24h. POST params\n   (form-encoded):\n    - `config` - (Required) content of `config.json` for your font\n    - `url` - (Optional) if used, download button will link to your admin panel, where you can\n      run importing script.\n2. `https://fontello.com/[session_id]` - opening fontello with your config preloaded.\n   When you edit font, your config is automatically sent to server\n3. `https://fontello.com/[session_id]/get` - download your font.\n\nNote. When you open site via API url, `download` button will have another text.\n\n\n### Examples\n\n* [Makefile](https://gist.github.com/puzrin/5537065) - quick load iconic font\n  from your project via CLI \u0026 save result back.\n* [fontello-cli](https://github.com/paulyoung/fontello-cli) - the same, as above,\n  but written in `node.js`. If you don't like `make` utility, then\n  `fontello-cli` is for you :)\n* [fontello_rails_converter](https://github.com/railslove/fontello_rails_converter) - Ruby CLI gem for interacting with the API.  Additional features (Sass conversion) for Rails integration, but should work for every project.\n* [grunt-fontello](https://github.com/jubalm/grunt-fontello) - lightweight integration with grunt\n\n## Authors\n\n- Roman Shmelev ([shmelev](https://github.com/shmelev)).\n- Vitaly Puzrin ([puzrin](https://github.com/puzrin)).\n- Aleksey Zapparov ([ixti](https://github.com/ixti)).\n- Evgeny Shkuropat ([shkuropat](https://github.com/shkuropat)).\n- Vladimir Zapparov ([dervus](https://github.com/dervus)).\n- Alex Kocharin ([rlidwka](https://github.com/rlidwka)).\n\nThanks to:\n\n- [Werner Lemberg](https://github.com/lemzwerg) for help with ttfautohint.\n- [Hermanto Lim](https://github.com/nackle2k10) for the image.\n\n\n## License\n\nFontello's code (all files, except fonts) is distributed under MIT license. See\n[LICENSE](https://github.com/fontello/fontello/blob/master/LICENSE) file for details.\n\nEmbedded fonts are distributed under their primary licenses (SIL OFL / CC BY / CC BY-SA).\nSee fonts info on fontello website for credits \u0026 links to homepages. This info is also\nincluded in generated font archives for your convenience (see LICENSE.txt file).\n\nGenerated fonts are intended for web usage, and should not be\nconsidered/distributed as independent artwork. Consider fontello a\n\"font archiver\" and credit original font creators according to their respective license.\n\nCrediting fontello is not required :)\n","funding_links":["https://github.com/sponsors/fontello","https://opencollective.com/puzrin","https://patreon.com/puzrin"],"categories":["JavaScript","others","Tools"],"sub_categories":["WebTools"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffontello%2Ffontello","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffontello%2Ffontello","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffontello%2Ffontello/lists"}