No description
.gitignore | ||
build.sh | ||
post-process.sh | ||
private-build-plans.toml | ||
README.md |
Build instructions
Build Iosevka using the custom build-plan
docker run -it --rm -v $PWD:/work fontcc --jCmd=4 ttf::Iosevka
Fix permissions as the generated files will be root owned
sudo chown -R $(whoami) dist
Run post processing (currently just flips the small t letter)
./post-process.sh
Run nerd patcher
docker run --rm -v ./dist/Iosevka/TTF:/in -v ./dist/out:/out nerdfonts/patcher \
--careful --complete --mono
Copy fonts to ~/.fonts and invalidate the cache
cp -pr dist/out/Iosevka-* ~/.fonts/Iosevka-ttf/
fc-cache -f