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
53.95k stars 3.63k forks source link

Import glyphs from JetBrains Mono #1158

Closed AndrewP-GH closed 1 year ago

AndrewP-GH commented 1 year ago

Requirements

I have pathed my font from the Internet (Berkeley font) via nerdfonts/patcher:latest, but I see, that glyphs are not the same as in JetBrains Mono. How can I import the glyphs pack from JetBrains Mono nerd font or get parameters which were used when this font was created?

Finii commented 1 year ago

Without more information I can only speculate... Did you give --complete as option?

AndrewP-GH commented 1 year ago

Yes, I have tried in my experiments. 1) -l -c --careful 2) -s -l -c --careful 3) -l -c 4) -l -c --variable-width-glyphs -s It's interesting, that I'm facing this problem in Iterm2 on mac. The same happens with other installed nerd fonts, except jetbarains mono (look at attached imgs)

Screenshot 2023-04-04 at 21 56 37 Screenshot 2023-04-04 at 21 56 54 Screenshot 2023-04-04 at 21 57 04 Screenshot 2023-04-04 at 21 57 15
Finii commented 1 year ago

Hmm, unfortunately you did not fill in the issue form...

Lets examine the 4 images you appended:

image

You write

  1. -l -c --careful
  2. -s -l -c --careful
  3. -l -c
  4. -l -c --variable-width-glyphs -s

What I see is the the two middle ones (number 2 and 3) have a smaller whale or what that is (docker?); meaning they are the --mono (or -s) ones, which contradict what you write. You can also read it in the font names in the iTerm settings, the two middle ones have a Nerd Font Mono font while the first and last have a Nerd Font (without Mono) font:

  1. BerkeleyMono Nerd Font
  2. FiraCode Nerd Font Mono
  3. Hack Nerd Font Mono
  4. JetBrainsMono Nerd Font (Propo?)

(So you command line snippets do not match the images.)

Ah but the helm (Kubernetes?) thing is different. Is THAT what you mean?

-l is rather useless, any specific reason you use it?

Why do 1 and 2 have --careful and 3+4 not?

It is not easy to even understand what your problem is.

Finii commented 1 year ago

Closing due to inactivity.

github-actions[bot] commented 10 months 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.