Skip to content

Commit

Permalink
Monaspace: v1.100
Browse files Browse the repository at this point in the history
This updates the source font files for Monaspace to the upstream v1.100
release, changes of which are described in the release notes.

https://github.com/githubnext/monaspace/releases/tag/v1.100
  • Loading branch information
Stealthii committed May 8, 2024
1 parent f182364 commit 9d30ea6
Show file tree
Hide file tree
Showing 44 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/scripts/lib/fonts.json
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@
"unpatchedName": "Monaspace",
"licenseId": "OFL-1.1-RFN",
"RFN": true,
"version": "1.0.0",
"version": "1.100",
"patchedName": "Monaspice",
"folderName": "Monaspace",
"imagePreviewFont": "MonaspiceNe NF",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,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.400 | NO |
| [MartianMono Nerd Font][p-martian] | [MartianMono][f-martian] | 1.0.0 | NO |
| [Meslo Nerd Font][p-meslo] | [Meslo][f-meslo] | 1.21 | NO |
| [Monaspice Nerd Font][p-monaspace] | [Monaspace][f-monaspace] | 1.0.0 | YES |
| [Monaspice Nerd Font][p-monaspace] | [Monaspace][f-monaspace] | 1.100 | 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 |
Expand Down
Binary file modified src/unpatched-fonts/Monaspace/Argon/MonaspaceArgon-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Argon/MonaspaceArgon-Italic.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Argon/MonaspaceArgon-Light.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Argon/MonaspaceArgon-Medium.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Argon/MonaspaceArgon-Regular.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Krypton/MonaspaceKrypton-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Krypton/MonaspaceKrypton-Light.otf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-Bold.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-BoldItalic.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-Italic.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-Light.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-LightItalic.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-Medium.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Neon/MonaspaceNeon-Regular.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/unpatched-fonts/Monaspace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 Issue 1433.

Version: 1.0.0
Version: 1.100
Binary file modified src/unpatched-fonts/Monaspace/Radon/MonaspaceRadon-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Radon/MonaspaceRadon-Italic.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Radon/MonaspaceRadon-Light.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Radon/MonaspaceRadon-Medium.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Radon/MonaspaceRadon-Regular.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Xenon/MonaspaceXenon-Bold.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Xenon/MonaspaceXenon-Italic.otf
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Xenon/MonaspaceXenon-Light.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Xenon/MonaspaceXenon-Medium.otf
Binary file not shown.
Binary file not shown.
Binary file modified src/unpatched-fonts/Monaspace/Xenon/MonaspaceXenon-Regular.otf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/unpatched-fonts/Monaspace/update.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

FONT_VERSION=1.000
FONT_VERSION=1.100
TMP_DIR=$(mktemp -d)

set -e
Expand Down

0 comments on commit 9d30ea6

Please sign in to comment.