Fix symbols width

This commit is contained in:
Adam Kruszewski 2024-05-02 12:13:26 +02:00
parent 10a87a1d1e
commit 0fd7a5b4ea
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
dist/

View file

@ -1,6 +1,11 @@
#!/bin/bash #!/bin/bash
docker run -it --rm -v $PWD:/work fontcc --jCmd=4 ttf::Iosevka docker run -it --rm -v $PWD:/work fontcc --jCmd=8 ttf::Iosevka
if [ "$1" == "" ]; then
sudo chown -R adam dist/ sudo chown -R adam dist/
./post-process.sh ./post-process.sh
cp -pr dist/Iosevka/TTF/Iosevka-* ~/.fonts/Iosevka-ttf/ docker run --rm -v ./dist/Iosevka/TTF:/in -v ./dist/out:/out nerdfonts/patcher \\n --careful --complete --mono
mkdir -p ~/.fonts/Iosevka-ttf/
cp -pr dist/out/Iosevka-* ~/.fonts/Iosevka-ttf/
fc-cache -f fc-cache -f
fi

View file

@ -1,6 +1,7 @@
[buildPlans.Iosevka] [buildPlans.Iosevka]
family = "Iosevka" family = "Iosevka"
spacing = "normal" #spacing = "normal"
spacing = "term"
serifs = "sans" serifs = "sans"
noCvSs = true noCvSs = true
exportGlyphNames = false exportGlyphNames = false