Go to file
Adam Kruszewski 0fd7a5b4ea Fix symbols width 2024-05-02 12:13:26 +02:00
.gitignore Fix symbols width 2024-05-02 12:13:26 +02:00
README.md Add nerd font patcher step 2024-04-30 18:51:26 +02:00
build.sh Fix symbols width 2024-05-02 12:13:26 +02:00
post-process.sh Initial commit 2024-04-30 13:26:32 +02:00
private-build-plans.toml Fix symbols width 2024-05-02 12:13:26 +02:00

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