ryanoasis / nerd-fonts

Iconic font aggregator, collection, & patcher. 3,600+ icons, 50+ patched fonts: Hack, Source Code Pro, more. Glyph collections: Font Awesome, Material Design Icons, Octicons, & more
https://NerdFonts.com
Other
52.6k stars 3.59k forks source link

Add Intel One Mono font #1238

Closed adamchainz closed 11 months ago

adamchainz commented 1 year ago

Requirements

Is your feature request related to a problem? Please describe.

Intel released a new open source font, Intel One Mono: https://github.com/intel/intel-one-mono . This font has been designed with maximum legibility especially for low vision folks. I think it would make a great addition to Nerd Fonts.

Describe the solution you'd like

Distribute this font with necessary patches.

Describe alternatives you've considered

self patch as per wiki instructions.

Additional context

Intel typically make processors.

hholst80 commented 8 months ago

@Finii Is there something I am missing? I downloaded nerd-font v0.7 and ran install.sh and then fc-cache list | grep -i intel and it came out empty?

I then saw that the font only ships with TTF. But no matter, I still cannot install it?

 ./install.sh -T Intel One Mono
Nerd Fonts installer -- Version 0.7
Font Intel doesn't exist. Options are:

DaddyTimeMono
RobotoMono
OpenDyslexic
FiraCode
Iosevka
MPlus
ComicShannsMono
SourceCodePro
DroidSansMono
ProggyClean
FantasqueSansMono
HeavyData
Ubuntu
Overpass
Gohu
NerdFontsSymbolsOnly
ShareTechMono
Hasklig
BigBlueTerminal
InconsolataLGC
Go-Mono
Meslo
Monoid
SpaceMono
EnvyCodeR
iA-Writer
Agave
AnonymousPro
Mononoki
3270
JetBrainsMono
BitstreamVeraSansMono
Lekton
DejaVuSansMono
VictorMono
Arimo
Hermit
IosevkaTerm
Lilex
CascadiaCode
AurulentSansMono
Inconsolata
LiberationMono
InconsolataGo
IntelOneMono
CodeNewRoman
Monofur
Noto
FiraMono
Hack
Terminus
ProFont
UbuntuMono
IBMPlexMono
Cousine
Tinos
[I] root@fedora ~/Sync/nerd-fonts (master) [255]
# ./install.sh -T IntelOneMono
Nerd Fonts installer -- Version 0.7
Did not find any fonts to install
[I] root@fedora ~/Sync/nerd-fonts (master) [1]
# ./install.sh IntelOneMono
Nerd Fonts installer -- Version 0.7
Did not find any fonts to install
[I] root@fedora ~/Sync/nerd-fonts (master) [1]
#
Finii commented 8 months ago

Sorry, install.sh can only install fonts released 'in repo'. As that does not really scale new fonts are not released in the repo anymore.

You can use the release archive (zip or xz) from the release page:

image

Or use a package manager based install (depends on your OS).

There was an Issue up that aims at expanding the install.sh functionality to download release archives instead. That would also spare people from requiring a (shallow) clone of this repo.

Edit: Fix typo

github-actions[bot] commented 1 month ago

This issue has been automatically locked since there has not been any recent activity (i.e. last half year) after it was closed. It helps our maintainers focus on the active issues. If you have found a problem that seems similar, please open a new issue, complete the issue template with all the details necessary to reproduce, and mention this issue as reference.