Skip to content

Commit

Permalink
Monaspace: Add ExtraLight to prepatched set
Browse files Browse the repository at this point in the history
Fixes: #1670

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Jun 30, 2024
1 parent 11ab942 commit 264c738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unpatched-fonts/Monaspace/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ls -alh "${TMP_DIR}"
# In order of increasing atomic mass:
typefaces=(Neon Argon Krypton Xenon Radon)

weights=(Light LightItalic Regular Italic Bold BoldItalic Medium MediumItalic)
weights=(ExtraLight Light LightItalic Regular Italic Bold BoldItalic Medium MediumItalic)

for face in "${typefaces[@]}"; do
echo "Processing ${face} ..."
Expand Down

0 comments on commit 264c738

Please sign in to comment.