这是indexloc提供的服务,不要输入任何密码
Skip to content
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 @@ -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