Bump Monaspace version to 1.400

This commit is contained in:
Justin Su 2025-10-17 04:07:34 -04:00 committed by Fini Jastrow
parent c8c209272c
commit fed6f18854
54 changed files with 5 additions and 5 deletions

View file

@ -710,7 +710,7 @@
"unpatchedName": "Monaspace",
"licenseId": "OFL-1.1-RFN",
"RFN": true,
"version": "1.200",
"version": "1.400",
"patchedName": "Monaspice",
"folderName": "Monaspace",
"imagePreviewFont": "MonaspiceNe NF",

View file

@ -165,7 +165,7 @@ A preview of all fonts can be found [here](https://www.nerdfonts.com/font-downlo
| [Lilex Nerd Font][p-lilex] | [Lilex][f-lilex] | 2.600 | NO |
| [MartianMono Nerd Font][p-martian] | [MartianMono][f-martian] | 1.1.0 | NO |
| [Meslo Nerd Font][p-meslo] | [Meslo][f-meslo] | 1.21 | NO |
| [Monaspice Nerd Font][p-monaspace] | [Monaspace][f-monaspace] | 1.200 | YES |
| [Monaspice Nerd Font][p-monaspace] | [Monaspace][f-monaspace] | 1.400 | YES |
| [Monofur Nerd Font][p-monofur] | Monofur (Tobias B Koehler) | 1.0 | NO |
| [Monoid Nerd Font][p-monoid] | [Monoid][f-monoid] | 0.61 | NO |
| [Mononoki Nerd Font][p-mononoki] | [Mononoki][f-mononoki] | 1.6 | YES |

View file

@ -9,4 +9,4 @@ For more information have a look at the upstream website: https://github.com/git
Light weight added only after Nerd Font v3.1.0 release, see https://github.com/ryanoasis/nerd-fonts/issues/1433.
Version: 1.200
Version: 1.400

View file

@ -1,11 +1,11 @@
#!/usr/bin/env bash
FONT_VERSION=1.200
FONT_VERSION=1.400
TMP_DIR=$(mktemp -d)
set -e
curl -LOf "https://github.com/githubnext/monaspace/releases/download/v${FONT_VERSION}/monaspace-v${FONT_VERSION}.zip" --output-dir "${TMP_DIR}"
curl -LOf "https://github.com/githubnext/monaspace/releases/download/v${FONT_VERSION}/monaspace-static-v${FONT_VERSION}.zip" --output-dir "${TMP_DIR}"
unzip -d "${TMP_DIR}" "${TMP_DIR}/*.zip"
ls -alh "${TMP_DIR}"