You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
8 years ago | |
|---|---|---|
| Fork-Awesome@285008117b | 8 years ago | |
| output | 8 years ago | |
| patcher | 8 years ago | |
| .gitignore | 8 years ago | |
| .gitmodules | 8 years ago | |
| README.md | 8 years ago | |
| build.sh | 8 years ago | |
| install.sh | 8 years ago | |
| refresh-templates.sh | 8 years ago | |
| screenshot.png | 8 years ago | |
| update-fa.sh | 8 years ago | |
| wanted.full.ini | 8 years ago | |
README.md
Fork-Awesome customizer
This is a little hack to let you generate custom Fork-Awesome builds with only a subset of icons.
How to use
- Make sure you cloned this repository recursively, i.e. the
Fork-Awesome/folder is not empty.- You can fix that by running
git submodule initandgit submodule update
- You can fix that by running
- Run
./install.sh. This should prepare the FA submodule for building the font. - Verify that files
wanted.all.iniandwanted.none.inihave been created. - Copy either of the "wanted" template files to
wanted.ini, and customize it as needed. Lines starting with#will be excluded. Use the FA icons page for reference. - Run
./build.shto build your customized font. - Retrieve your output files from the
output/directory.
Note: The "woff" file may fail to build, resulting in the make target in Fork-Awesome/src/icons failing, in which case you get no files.
A workaround is to comment out that line by prepending it with #, and trying to build again.
cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.svg ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.svg
cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.ttf ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.ttf
- cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff
+ #cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff
cp ${FA_FONTCUSTOM_OUTPUT_DIR}/forkawesome.woff2 ${FA_ROOT_FONTS_DIR}/forkawesome-webfont.woff2
