Revert "vcascadia-gen: control everything with vars"

This reverts commit 20583cbeeb.
This commit is contained in:
Von Random 2024-12-10 18:56:31 +02:00
parent 20583cbeeb
commit b3a5a61be5

View file

@ -8,20 +8,18 @@
# ss20 - graphical control characters
###
# opentype-feature-freezer is necessary, install with pipx or pip
# pipx install --upgrade opentype-feature-freezer
# pip install --upgrade opentype-feature-freezer
###
title='Cascadia Mono NF'
orig=CascadiaMonoNF
name=VascadiaMod
arch=$name.tgz
ss=ss01,ss19,ss20
for font in $orig*.otf; do
for font in CascadiaMonoNF*.otf; do
src=$font
dst=${font/$orig/$name}
dst=${font/CascadiaMonoNF/$name}
pyftfeatfreeze -f $ss -R "$title/$name" $src $dst
pyftfeatfreeze -f $ss -R "Cascadia Code PL/$name" $src $dst
done
eval tar -acvf $arch $name*