Fontello - icon font scissors
Website: fontello.com
This tool lets you combine icon webfonts for your own project. With fontello you can:
- shrink glyph collections, minimizing font size
- merge symbols from several fonts into a single file
- access large sets of professional-grade open source icons
Now it's trivial to make a custom icon webfont, exactly for your needs. First, select the icons you like. Then update glyph codes (optional), and download your webfont bundle. We generate everything you need, ready for publishing on your website!
Don't forget about donations :)
Compatibility
- Desktop is fully supported. IE6-7 requires alternate CSS.
- Mobiles - all modern systems work without problems. There are limits on very old androids and rare browsers. Also, Windows Mobile IE9 sucks, as IE usually does :) . See details.
Developers API
Fontello allows easy scripting, to implement different convenient features:
- Open site from command line, with your configuration, and import edited project
- Makefile example. That's a live working code, used for development of fontello itself.
- Writing website plugins, to import/export icons via admin panel.
When more examples available, those will be added here.
API methods
POST http://fontello.com/
creates a session with your config and return yousession_id
. You can use it later to open fontello with you configuration and to automatically download your font. Session is stored for 24h. POST params (form-encoded):config
- content ofconfig.json
for your fonturl
- if used, download button will link to your admin panel, where you can run importing script.
http://fontello.com/[session_id]
- opening fontello with your config preloaded. When you edit font, your config is automatically sent to serverhttp://fontello.com/[session_id]/get
- download your font.
Note. When you open site via API url, download
button will have another text.
Embedded Fonts
Fontello comes with the following embedded set of icon fonts:
- Entypo by Daniel Bruce (CC BY-SA license)
- Font Awesome by Dave Gandy (CC BY-SA license)
- Iconic by P.J. Onori (SIL OFL)
- Typicons by Stephen Hutchings (CC BY-SA 3.0 license)
- Modern Pictograms by John Caserta (SIL OFL)
- Meteocons by Alessio Atzeni (SIL OFL)
- Fontelico by... all :) (SIL OFL)
- Web Symbols by Just Be Nice studio (SIL OFL)
- Brandico by... all :) (SIL OFL)
Please, note that these embedded fonts differ from the original files. We did some modifications to unify characteristics such as scale, ascent/descent and alignment.
Contacts
- Questions: Google group
- Bug reports: Issue tracker
- Suggestion for adding your OFL fonts or other collaborations: vitaly@rcdesign.ru
Authors
- Roman Shmelev (shmelev)
- Vitaly Puzrin (puzrin). Follow on twitter.
- Aleksey Zapparov (ixti). Follow on twitter.
- Evgeny Shkuropat (shkuropat).
License
Fontello's code (all files, except fonts) is distributed under MIT license. See LICENSE file for details.
Embedded fonts are distributed under their primary licenses (SIL OFL / CC BY / CC BY-SA). See section Embedded Fonts above for credits & links to font homepages.
Generated fonts are intended for web usage, and should not be considered/distributed as independent artwork. Consider fontello a font archiver and credit original font creators according to their respective license.
Crediting fontello is not required :)