mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-19 16:39:20 +02:00
ZedMono: Add missing font face
Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
parent
e8d5f5aa5f
commit
9d1f4a2cda
BIN
src/unpatched-fonts/ZedMono/Extended/zed-mono-extended.ttf
Normal file
BIN
src/unpatched-fonts/ZedMono/Extended/zed-mono-extended.ttf
Normal file
Binary file not shown.
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user