Fix symbols width
This commit is contained in:
parent
10a87a1d1e
commit
0fd7a5b4ea
3 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
dist/
|
9
build.sh
9
build.sh
|
@ -1,6 +1,11 @@
|
|||
#!/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/
|
||||
./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
|
||||
fi
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[buildPlans.Iosevka]
|
||||
family = "Iosevka"
|
||||
spacing = "normal"
|
||||
#spacing = "normal"
|
||||
spacing = "term"
|
||||
serifs = "sans"
|
||||
noCvSs = true
|
||||
exportGlyphNames = false
|
||||
|
|
Loading…
Reference in a new issue