artdevjs / source

Source files for the custom icon-font used by the File-Icons package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File Icons

This is the source for the File-Icons package's custom icon-font.

Please submit a request if an icon is missing.

Exporting icons

If you're exporting an icon from a graphics program, make sure you've optimised it:

  1. Outline paths, and delete hidden or unused geometry.
  2. Leave everything ungrouped. Compound paths are enough.
  3. Merge duplicate control points. Simplify paths if possible.
  4. Export with the maximum permitted number of decimal spaces.
    • Adobe Illustrator: Use File → Save as…, not Export as…
    • Inkscape: Save as "Plain SVG", not "Inkscape SVG"
  5. Run make lint to clean up source code.

Requirements for maintainers

macOS already ships with Perl and Make installed. The remaining dependencies can be installed with Homebrew:

brew tap bramstein/webfonttools
brew install bramstein/webfonttools/woff2

About

Source files for the custom icon-font used by the File-Icons package.

License:ISC License


Languages

Language:Makefile 52.7%Language:Perl 47.3%