diff --git a/src/unpatched-fonts/ZedMono/Extended/zed-mono-extended.ttf b/src/unpatched-fonts/ZedMono/Extended/zed-mono-extended.ttf new file mode 100644 index 000000000..34c7603a1 Binary files /dev/null and b/src/unpatched-fonts/ZedMono/Extended/zed-mono-extended.ttf differ diff --git a/src/unpatched-fonts/ZedMono/update.sh b/src/unpatched-fonts/ZedMono/update.sh index 1ce5654c1..471b15576 100755 --- a/src/unpatched-fonts/ZedMono/update.sh +++ b/src/unpatched-fonts/ZedMono/update.sh @@ -3,7 +3,7 @@ FONT_VERSION=1.2.0 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}" unzip -d "${TMP_DIR}" "${TMP_DIR}/*.zip" @@ -15,7 +15,7 @@ typefaces=( "" "Extended" ) # weights=( regular italic oblique \ # thin* extralight* light* medium* semibold* bold* extrabold* heavy* ) -weights=( Regular italic oblique \ +weights=( "" Regular italic oblique \ light* medium* bold* extrabold* ) for face in "${typefaces[@]}"; do