Skip to content

Commit

Permalink
IntelOneMono: Update to 1.4.0
Browse files Browse the repository at this point in the history
Fixes: #1684

Signed-off-by: Fini Jastrow <[email protected]>
  • Loading branch information
Finii committed Nov 17, 2024
1 parent 2003a07 commit 8b4b086
Show file tree
Hide file tree
Showing 12 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 @@ -495,7 +495,7 @@
"unpatchedName": "Intel One Mono",
"licenseId": "OFL-1.1-RFN",
"RFN": true,
"version": "1.3.0",
"version": "1.4.0",
"patchedName": "IntoneMono",
"folderName": "IntelOneMono",
"imagePreviewFont": "IntoneMono Nerd Font",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ A preview of all fonts can be found [here](https://www.nerdfonts.com/font-downlo
| [Inconsolata Nerd Font][p-inconsolata] | [Inconsolata][f-inconsolata] | 3.000 | NO |
| [InconsolataGo Nerd Font][p-inconsolata-go] | [InconsolataGo][f-inconsolatago] | 1.013 | NO |
| [Inconsolata LGC Nerd Font][p-inconsolata-lgc] | [Inconsolata LGC][f-inconsolatalgc] | 1.5.2 | NO |
| [IntoneMono Nerd Font][p-intel-one-mono] | [Intel One Mono][f-intel-one-mono] | 1.3.0 | YES |
| [IntoneMono Nerd Font][p-intel-one-mono] | [Intel One Mono][f-intel-one-mono] | 1.4.0 | YES |
| [Iosevka Nerd Font][p-iosevka] | [Iosevka][f-iosevka] | 29.0.4 | NO |
| [IosevkaTerm Nerd Font][p-iosevka-term] | [Iosevka Term][f-iosevka] | 29.0.4 | NO |
| [IosevkaTermSlab Nerd Font][p-iosevka-term-slab] | [Iosevka Term Slab][f-iosevka] | 29.0.4 | NO |
Expand Down
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-Bold.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-BoldItalic.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-Italic.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-Light.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-LightItalic.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-Medium.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-MediumItalic.ttf
Binary file not shown.
Binary file modified src/unpatched-fonts/IntelOneMono/IntelOneMono-Regular.ttf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/unpatched-fonts/IntelOneMono/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

For more information have a look at the upstream website: https://github.com/intel/intel-one-mono

Version: 1.3.0
Version: 1.4.0
2 changes: 1 addition & 1 deletion src/unpatched-fonts/IntelOneMono/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -eu

VERSION=1.3.0
VERSION=1.4.0
TEMP=$(mktemp -d)

LINK="https://github.com/intel/intel-one-mono/releases/download/V${VERSION}/ttf.zip"
Expand Down

0 comments on commit 8b4b086

Please sign in to comment.