Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Monaspace: v1.101 #1630

Merged
merged 3 commits into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.101",
"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.101 | 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.101
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.101
TMP_DIR=$(mktemp -d)

set -e
Expand Down