-
In the past 3+ years there's been some changes with fonts and the Mono variant of Take old installation where fonts are OK: $ lgrep ~/.local/share/fonts/NerdFonts/terminess
-rw-r--r-- 1 laur laur 2.6M Jul 30 13:37 TerminessNerdFont-BoldItalic.ttf
-rw-r--r-- 1 laur laur 2.6M Jul 30 13:37 TerminessNerdFont-Bold.ttf
-rw-r--r-- 1 laur laur 2.6M Jul 30 13:37 TerminessNerdFont-Italic.ttf
-rw-r--r-- 1 laur laur 2.6M Jul 30 13:37 TerminessNerdFont-Regular.ttf
-rw-r--r-- 1 laur laur 925K Feb 19 2022 Terminess (TTF) Bold Italic Nerd Font Complete Mono.ttf
-rw-r--r-- 1 laur laur 2.4M Feb 26 2023 Terminess (TTF) Bold Italic Nerd Font Complete.ttf
-rw-r--r-- 1 laur laur 911K Feb 19 2022 Terminess (TTF) Bold Nerd Font Complete Mono.ttf
-rw-r--r-- 1 laur laur 2.4M Feb 26 2023 Terminess (TTF) Bold Nerd Font Complete.ttf
-rw-r--r-- 1 laur laur 923K Feb 19 2022 Terminess (TTF) Italic Nerd Font Complete Mono.ttf
-rw-r--r-- 1 laur laur 2.4M Feb 26 2023 Terminess (TTF) Italic Nerd Font Complete.ttf
-rw-r--r-- 1 laur laur 910K Feb 19 2022 Terminess (TTF) Nerd Font Complete Mono.ttf
-rw-r--r-- 1 laur laur 2.4M Feb 26 2023 Terminess (TTF) Nerd Font Complete.ttf Versus when installed now: $ lgrep ~/.local/share/fonts/NerdFonts/terminess
-rw-rw-r-- 1 laur laur 2.6M Jul 25 14:41 TerminessNerdFont-BoldItalic.ttf
-rw-rw-r-- 1 laur laur 2.6M Jul 25 14:41 TerminessNerdFont-Bold.ttf
-rw-rw-r-- 1 laur laur 2.6M Jul 25 14:41 TerminessNerdFont-Italic.ttf
-rw-rw-r-- 1 laur laur 2.6M Jul 25 14:41 TerminessNerdFont-Regular.ttf Is the reason of a licensing variety as stated in the FAQ and we should patch said fonts ourselves, or is something amiss? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
The font file naming underwent a change (with Nerd Fonts v3), so that the files
For that we also drop the Regarding the (missing) Nerd Font Mono variant, I don't know, it's in the repo: $ ls -l patched-fonts/Terminus/
total 31628
-rw-rw-r-- 1 ujastrow ujastrow 4570 Apr 23 23:53 LICENSE.txt
-rw-rw-r-- 1 ujastrow ujastrow 2588 Apr 23 23:53 README.md
-rw-rw-r-- 1 ujastrow ujastrow 2718688 Mai 5 13:45 TerminessNerdFont-BoldItalic.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2662456 Mai 5 13:45 TerminessNerdFont-Bold.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2702092 Mai 5 13:45 TerminessNerdFont-Italic.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2722076 Mai 5 13:45 TerminessNerdFontMono-BoldItalic.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2665872 Mai 5 13:45 TerminessNerdFontMono-Bold.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2705492 Mai 5 13:45 TerminessNerdFontMono-Italic.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2665032 Mai 5 13:45 TerminessNerdFontMono-Regular.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2742164 Mai 5 13:45 TerminessNerdFontPropo-BoldItalic.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2685932 Mai 5 13:45 TerminessNerdFontPropo-Bold.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2725568 Mai 5 13:45 TerminessNerdFontPropo-Italic.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2685092 Mai 5 13:45 TerminessNerdFontPropo-Regular.ttf
-rw-rw-r-- 1 ujastrow ujastrow 2661616 Mai 5 13:45 TerminessNerdFont-Regular.ttf lets try... $ ./install.sh --list Terminus
Nerd Fonts installer -- Version 1.0
-- Bash 5.2.37(1)-release
Deprecated tool: Will not work to get newer fonts as they are not inside the repo anymore.
/home/ujastrow/.local/share/fonts/NerdFonts/TerminessNerdFont-Italic.ttf
/home/ujastrow/.local/share/fonts/NerdFonts/TerminessNerdFont-Regular.ttf
/home/ujastrow/.local/share/fonts/NerdFonts/TerminessNerdFont-Bold.ttf
/home/ujastrow/.local/share/fonts/NerdFonts/TerminessNerdFont-BoldItalic.ttf
|
Beta Was this translation helpful? Give feedback.
-
The timestamps suggest change went into effect between Feb '22 and Feb '23 -- in 2022 the But this explains it, thanks! Understandable if it's too much cruft to add, but would love something like |
Beta Was this translation helpful? Give feedback.
-
Again I'm veering off course here, but how come some (and only some) fonts are separated into different entities such as |
Beta Was this translation helpful? Give feedback.
Ah, it's a feature not a bug ;-D
If you want the Nerd Font Mono variants installed, there is the
--mono
flag.