-
Notifications
You must be signed in to change notification settings - Fork 49
How to save and load projects
Select and configure icons, press the download button. FlutterIcon creates all the necessary files in single zip archive.
Sometimes you need to modify an existing project - add new glyphs and so on. Every zip
-file, generated by FlutterIcon, contains config.json
in root. That's configuration of your project. You can always import it back to continue your work. Let's look at all possibilities.
Just drag config.json
or the whole project's zip
archive to fontello page.
Or import via Settings > Import
menu.
If you're importing an existing SVG font, prepared by third party tools, you may wish to keep existing glyph codes intact. To do it:
- Go to
Menu -> Advanced Font Settings
and set encoding tounicode
. - Import your font (as custom icons)
- Change encoding back, as described in (1), according to your needs.
FlutterIcon has API, inheritied from Fontello that allows to completely automate your workflow. See this Fontello wiki page for more info.