Brandico font
Crowdsourced collection of popular logos, mostly for use in fontello. We have no goal to collect all possible logos here. Only popular ones, used at websites, and missed in other collections:
- icons for links to pages in social networks
- messengers icons
- "login via..." icons
Installation
This step is required, if you wish to contribute icons.
- You need
node.js
0.8+ andfontforge
installed first. - Run
npm install
in project folder - (optional) Install ttfautohint. Under
Ubuntu just run
make dependencies
command. You can safely skip this step.
Contributing
Note, we accept icons under pure CC BY license, without additional requirements. Please, don't add icons, which require users to give links, mention author and do any other kinds of promotion.
- Create fork and clone your repo locally.
- Add icon to
./src/svg_orig
folder
- icon should be 1000x1000
- black and white, no colors
- no fills, filling is defined by contour direction
- run
make dump
, it will automatically reoptimize images - check result in
./src/svg
folder. It should contain only onpath
in it. If you are satisfied, copy your image back to./svg_orig
- Edit
config.yaml
, add your icon description there. Every icon MUST have unique id. You can generate those by commandnode -e "for(var i=10; i>0; i--) console.log(require('crypto').randomBytes(16).toString('hex'));"
- That's not mandatory, but you can built font with
make dist
command - Commit content of
./src
folder and make pull request on github. Attention! Don't commit font files! That can create unnesessary merge conflicts.
If this is difficult for you, just create new ticket and attach there your icon, as described in step 2, and icon description. We will do the rest
License
Font is distributed under SIL licence.
All icons are distributed under CC BY licence.
We suggest to use this font via fontello project, but you also can materials in any other way, if follow license.