mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2026-09-10 07:36:35 -04:00
Bump Monaspace version to 1.400
This commit is contained in:
parent
c8c209272c
commit
fed6f18854
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 |
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-ExtraLight.otf
Normal file
BIN
src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-ExtraLight.otf
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -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}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue