ZedMono: Add missing font face

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2024-04-03 00:04:30 +02:00 committed by Fini
parent e8d5f5aa5f
commit 9d1f4a2cda
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
FONT_VERSION=1.2.0 FONT_VERSION=1.2.0
TMP_DIR=$(mktemp -d) TMP_DIR=$(mktemp -d)
set -ex set -e
curl -LOf "https://github.com/zed-industries/zed-fonts/releases/download/${FONT_VERSION}/zed-mono-${FONT_VERSION}.zip" --output-dir "${TMP_DIR}" curl -LOf "https://github.com/zed-industries/zed-fonts/releases/download/${FONT_VERSION}/zed-mono-${FONT_VERSION}.zip" --output-dir "${TMP_DIR}"
unzip -d "${TMP_DIR}" "${TMP_DIR}/*.zip" unzip -d "${TMP_DIR}" "${TMP_DIR}/*.zip"
@ -15,7 +15,7 @@ typefaces=( "" "Extended" )
# weights=( regular italic oblique \ # weights=( regular italic oblique \
# thin* extralight* light* medium* semibold* bold* extrabold* heavy* ) # thin* extralight* light* medium* semibold* bold* extrabold* heavy* )
weights=( Regular italic oblique \ weights=( "" Regular italic oblique \
light* medium* bold* extrabold* ) light* medium* bold* extrabold* )
for face in "${typefaces[@]}"; do for face in "${typefaces[@]}"; do