You are not logged in.

#1 2024-01-14 04:33:24

kaisa
Member
Registered: 2023-05-11
Posts: 24

[SOLVED] Nerd font symbols/glyphs not showing in Kitty

I just did my first vanilla arch linux install, and have a super noob question.

There are several symbols/glyphs missing on my system. Both in browsers, gui apps, and tui's (especially neovim).

I have installed Roboto nerd font from  the aur and made sure to move it into my global systems /usr/share/fonts/TTF/, and then I reload the font cache fc-cache -fv. As well as my local users ./local/share/fonts/TTF/

However, I still have some missing glyphs. In the images attached, you'll see what i mean about missing glyphs in tui and browser.

I've tried verifying that kitty terminal is calling the right font family, and that it is an acceptable font with kitty list-fonts. Since RobotoMono is a patched font, I tried copy and pasting the given symbol_map in kitty's docs. I've tried many other nerd fonts in kitty, and they all work, just not majority of symbols.

Still no luck.

While I was tinkering to find a solution, I ended up making things worse by trying to install some other fonts from the aur and then running some variations of fc-cache <some-flags-i-dont-remember>. In addition, I saw an article regarding a method about creating a directory ~/.config/fontconfig/fonts.conf and then a fc-cache -r . Well that didnt work either. And now I'm missing more symbols ?

I tried repatching the fonts but no luck either. Tbh I've tried every online solution i could find. I believe I have many Nerd Fonts that should suffice, but I'm clearly doing something wrong.

Oddly enough, some symbols that were working in kitty (BUT NOT ANYMORE) still show in alacritty, so I still have them. However, Kitty is missing A LOT of icons.

Any guidance would be soo appreciated.

Last edited by kaisa (2024-01-16 21:16:55)

Offline

#2 2024-01-14 08:21:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Offline

#3 2024-01-14 13:24:29

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Thanks for the response!

I checked out that link and tried to find a bitmap.conf in /etc/fonts/ and then moved it out, however still no luck with majority of kitty symbols and a good amount of symbols in gui's too sad

Although I am not very familiar with symlinks altogether, and could have moved an incorrect bitmap symlink

Last edited by kaisa (2024-01-14 13:26:20)

Offline

#4 2024-01-14 13:27:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Please name a couple of glyphs (utf8 codepoints) you're missing.

Edit:

fc-conflist

Last edited by seth (2024-01-14 13:28:33)

Offline

#5 2024-01-14 13:47:46

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Thank you for bearing with my noobness.

I'm not exactly sure what the output should be for that command but it looks like it's a list that maps each item that was in /etc/fonts.

for examples:

- /usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf: No description
- /usr/share/fontconfig/conf.avail/49-sansserif.conf: Add sans-serif to the family when no generic name

As for naming specific glyphs (utf8 codepoints), again so sorry, but not exactly sure what that refers to exactly. Although, here are some characters that are being rendered as boxes on my tui's an gui's:












And then here is the weird case where only kitty is missing these symbols (this confuses me so much, b/c most of the ones that are missing from kitty, used to be there until I started tinkering too much, and lost almost all icons in kitty only)


















^ almost all of these used to show in kitty but not anymore sad but most DO show in Alacritty

Offline

#6 2024-01-14 14:06:05

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

fc-list :charset=f77e

Offline

#7 2024-01-14 14:58:28

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Thx again for your time, doesn't look like I'm getting anything as an output.

Offline

#8 2024-01-14 15:02:31

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

I also just noticed that in certain apps, instead of just rendering an empty box, it'll render a box with a number that looks like it corresponds to the charset # in the command you gave

Offline

#9 2024-01-14 15:04:21

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Means no installed font provides that symbol (it's a symbol in the private use area, the first one you posted)
Bunch of glyhs got dropped, https://github.com/ryanoasis/nerd-fonts/issues/1190 - f77e is among them.
You'd need to install an older version of the nerd fonts if it matters.

Edit: how the rasterizer represents missing glyphs is an itr irrelevant implementation detail

Last edited by seth (2024-01-14 15:05:09)

Offline

#10 2024-01-14 15:05:25

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Regarding the weird kitty symbols, when referencing the box numbers that get rendered and the command you gave, it looks like I have all charsets in the bottom list from earlier. Just don't know why they're not rendering in kitty anymore!

But all the charsets in the first list are still missing when running through the fc-list :charset=<code>. Therefore, i assume those are just globally missing i guess?

And kitty just being super weird?

Offline

#11 2024-01-14 15:08:02

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

fc-list :charset=f00d

Offline

#12 2024-01-14 15:12:56

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

I get a lot of output from different fonts with that one! And it renders in Alacritty, but not kitty >:( this is so weird cause they used too...

But regarding the older font issue, that does make sense. Thanks for finding that for me.

Tbh i just want the nice lsp symbols in nvim that my old config, and everyone, has. I have so many nerd fonts on my system, and still none have it. I have an olderish system, with all fonts and no symbol issues. Should I copy that /usr/share/fonts/* onto a usb and just manually move it onto my current system?

Offline

#13 2024-01-14 15:28:16

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

I get a lot of output from different fonts with that one!

It might help to post that…

Offline

#14 2024-01-14 15:34:20

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

I'm so sorry, I explained it poorly !

B/w the top and bottom lists of characters I sent earlier, the bottom list has output for each codepoint! They just don't show in Kitty specifically.

The top list is just all missing >.< but i need them

Offline

#15 2024-01-14 15:36:53

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Yes, I understood that.
The request is to post the actual output for "fc-list :charset=f00d" because maybe there's a pattern.

You've also not posted the output of "fc-conflist"

Offline

#16 2024-01-14 22:26:43

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Sorry for the delay, this is the output of "fc-conflist"

❯ fc-conflist
+ /etc/fonts/conf.d/10-hinting-slight.conf: Set hintslight to hintstyle
+ /etc/fonts/conf.d/10-scale-bitmap-fonts.conf: Bitmap scaling
+ /etc/fonts/conf.d/10-sub-pixel-rgb.conf: Enable sub-pixel rendering with the RGB stripes layout
+ /etc/fonts/conf.d/10-yes-antialias.conf: Enable antialiasing
+ /etc/fonts/conf.d/11-lcdfilter-default.conf: Use lcddefault as default for LCD filter
+ /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans-mono.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-sans.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-lgc-serif.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-sans-mono.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-sans.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-dejavu-serif.conf: No description
+ /etc/fonts/conf.d/20-unhint-small-vera.conf: Disable hinting for Bitstream Vera fonts when the size is less than 8ppem
+ /etc/fonts/conf.d/30-metric-aliases.conf: Set substitutions for similar/metric-compatible families
+ /etc/fonts/conf.d/40-nonlatin.conf: Set substitutions for non-Latin fonts
+ /etc/fonts/conf.d/45-generic.conf: Set substitutions for emoji/math fonts
+ /etc/fonts/conf.d/45-latin.conf: Set substitutions for Latin fonts
+ /etc/fonts/conf.d/46-noto-mono.conf: No description
+ /etc/fonts/conf.d/46-noto-sans.conf: No description
+ /etc/fonts/conf.d/46-noto-serif.conf: No description
+ /etc/fonts/conf.d/48-spacing.conf: Add mono to the family when spacing is 100
+ /etc/fonts/conf.d/49-sansserif.conf: Add sans-serif to the family when no generic name
+ /home/tai/.config/fontconfig/fonts.conf: No description
+ /etc/fonts/conf.d/50-user.conf: Load per-user customization files
+ /etc/fonts/conf.d/51-local.conf: Load local customization file
+ /etc/fonts/conf.d/57-dejavu-sans-mono.conf: No description
+ /etc/fonts/conf.d/57-dejavu-sans.conf: No description
+ /etc/fonts/conf.d/57-dejavu-serif.conf: No description
+ /etc/fonts/conf.d/58-dejavu-lgc-sans-mono.conf: No description
+ /etc/fonts/conf.d/58-dejavu-lgc-sans.conf: No description
+ /etc/fonts/conf.d/58-dejavu-lgc-serif.conf: No description
+ /etc/fonts/conf.d/60-generic.conf: Set preferable fonts for emoji/math fonts
+ /etc/fonts/conf.d/60-latin.conf: Set preferable fonts for Latin
+ /etc/fonts/conf.d/65-fonts-persian.conf: No description
+ /etc/fonts/conf.d/65-nonlatin.conf: Set preferable fonts for non-Latin
+ /etc/fonts/conf.d/66-noto-mono.conf: No description
+ /etc/fonts/conf.d/66-noto-sans.conf: No description
+ /etc/fonts/conf.d/66-noto-serif.conf: No description
+ /etc/fonts/conf.d/69-unifont.conf: No description
+ /etc/fonts/conf.d/70-noto-cjk.conf: No description
+ /etc/fonts/conf.d/80-delicious.conf: No description
+ /etc/fonts/conf.d/90-synthetic.conf: No description
+ /etc/fonts/fonts.conf: Default configuration file
- /usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf: Re-define fonts dirs sample
- /usr/share/fontconfig/conf.avail/09-autohint-if-no-hinting.conf: Enable autohinter if font doesn't have any hinting
- /usr/share/fontconfig/conf.avail/10-autohint.conf: Enable autohinter
- /usr/share/fontconfig/conf.avail/10-hinting-full.conf: Set hintfull to hintstyle
- /usr/share/fontconfig/conf.avail/10-hinting-medium.conf: Set hintmedium to hintstyle
- /usr/share/fontconfig/conf.avail/10-hinting-none.conf: Set hintnone to hintstyle
- /usr/share/fontconfig/conf.avail/10-hinting-slight.conf: Set hintslight to hintstyle
- /usr/share/fontconfig/conf.avail/10-nerd-font-symbols.conf: No description
- /usr/share/fontconfig/conf.avail/10-no-antialias.conf: Disable antialiasing
- /usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf: Bitmap scaling
- /usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf: Enable sub-pixel rendering with the BGR stripes layout
- /usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf: Disable sub-pixel rendering
- /usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf: Enable sub-pixel rendering with the RGB stripes layout
- /usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf: Enable sub-pixel rendering with the vertical BGR stripes layout
- /usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf: Enable sub-pixel rendering with the vertical RGB stripes layout
- /usr/share/fontconfig/conf.avail/10-unhinted.conf: Disable hinting
- /usr/share/fontconfig/conf.avail/10-yes-antialias.conf: Enable antialiasing
- /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf: Use lcddefault as default for LCD filter
- /usr/share/fontconfig/conf.avail/11-lcdfilter-legacy.conf: Use lcdlegacy as default for LCD filter
- /usr/share/fontconfig/conf.avail/11-lcdfilter-light.conf: Use lcdlight as default for LCD filter
- /usr/share/fontconfig/conf.avail/11-lcdfilter-none.conf: Use lcdnone as default for LCD filter
- /usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans-mono.conf: No description
- /usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-sans.conf: No description
- /usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-lgc-serif.conf: No description
- /usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans-mono.conf: No description
- /usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-sans.conf: No description
- /usr/share/fontconfig/conf.avail/20-unhint-small-dejavu-serif.conf: No description
- /usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf: Disable hinting for Bitstream Vera fonts when the size is less than 8ppem
- /usr/share/fontconfig/conf.avail/25-unhint-nonlatin.conf: Disable hinting for CJK fonts
- /usr/share/fontconfig/conf.avail/30-metric-aliases.conf: Set substitutions for similar/metric-compatible families
- /usr/share/fontconfig/conf.avail/35-lang-normalize.conf: No description
- /usr/share/fontconfig/conf.avail/40-nonlatin.conf: Set substitutions for non-Latin fonts
- /usr/share/fontconfig/conf.avail/45-generic.conf: Set substitutions for emoji/math fonts
- /usr/share/fontconfig/conf.avail/45-latin.conf: Set substitutions for Latin fonts
- /usr/share/fontconfig/conf.avail/46-noto-mono.conf: No description
- /usr/share/fontconfig/conf.avail/46-noto-sans.conf: No description
- /usr/share/fontconfig/conf.avail/46-noto-serif.conf: No description
- /usr/share/fontconfig/conf.avail/48-spacing.conf: Add mono to the family when spacing is 100
- /usr/share/fontconfig/conf.avail/49-sansserif.conf: Add sans-serif to the family when no generic name
- /usr/share/fontconfig/conf.avail/50-user.conf: Load per-user customization files
- /usr/share/fontconfig/conf.avail/51-local.conf: Load local customization file
- /usr/share/fontconfig/conf.avail/57-dejavu-sans-mono.conf: No description
- /usr/share/fontconfig/conf.avail/57-dejavu-sans.conf: No description
- /usr/share/fontconfig/conf.avail/57-dejavu-serif.conf: No description
- /usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans-mono.conf: No description
- /usr/share/fontconfig/conf.avail/58-dejavu-lgc-sans.conf: No description
- /usr/share/fontconfig/conf.avail/58-dejavu-lgc-serif.conf: No description
- /usr/share/fontconfig/conf.avail/60-generic.conf: Set preferable fonts for emoji/math fonts
- /usr/share/fontconfig/conf.avail/60-latin.conf: Set preferable fonts for Latin
- /usr/share/fontconfig/conf.avail/65-fonts-persian.conf: No description
- /usr/share/fontconfig/conf.avail/65-khmer.conf: No description
- /usr/share/fontconfig/conf.avail/65-nonlatin.conf: Set preferable fonts for non-Latin
- /usr/share/fontconfig/conf.avail/66-noto-mono.conf: No description
- /usr/share/fontconfig/conf.avail/66-noto-sans.conf: No description
- /usr/share/fontconfig/conf.avail/66-noto-serif.conf: No description
- /usr/share/fontconfig/conf.avail/69-unifont.conf: No description
- /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf: Reject bitmap fonts
- /usr/share/fontconfig/conf.avail/70-noto-cjk.conf: No description
- /usr/share/fontconfig/conf.avail/70-yes-bitmaps.conf: Accept bitmap fonts
- /usr/share/fontconfig/conf.avail/75-twemoji.conf: No description
- /usr/share/fontconfig/conf.avail/80-delicious.conf: No description
- /usr/share/fontconfig/conf.avail/90-synthetic.conf: No description

And then this is the output of fc-list :charset=<code>

❯ fc-list :charset=f00d
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-BlackItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Black:style=Black Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/liberation/LiberationSerif-Italic.ttf: Liberation Serif:style=Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-SemiBold.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-ExtraLightItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM ExtraLight:style=ExtraLight Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-SemiBold.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM SemiBold:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Bold.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Bold
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-SemiBoldItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Medium.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Italic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-LightItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF Light:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-BoldItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Bold Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Medium.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Medium:style=Medium,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-ExtraLightItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Regular.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/usr/share/fonts/roboto/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/home/tai/.fonts/liberation/LiberationSerif-Italic.ttf: Liberation Serif:style=Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/home/tai/.fonts/roboto/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-MediumItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-SemiBold.ttf: SauceCodePro Nerd Font,SauceCodePro NF SemiBold:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFont-BlackItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF Black:style=Black Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-ExtraLight.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM ExtraLight:style=ExtraLight,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Black.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Black:style=Black,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Bold.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Bold
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/home/tai/.fonts/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/home/tai/.fonts/TTF/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Light.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Light:style=Light,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/usr/share/fonts/roboto/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-SemiBoldItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF SemiBold:style=SemiBold Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Italic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-LightItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Light:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-BoldItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Bold Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-ExtraLightItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-ExtraLight.ttf: SauceCodePro Nerd Font,SauceCodePro NF ExtraLight:style=ExtraLight,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-SemiBoldItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP SemiBold:style=SemiBold Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Bold.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Bold
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/home/tai/.local/share/fonts/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Black.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Black:style=Black,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/home/tai/.local/share/fonts/liberation/LiberationSerif-Italic.ttf: Liberation Serif:style=Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-MediumItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF Medium:style=Medium Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-ExtraLight.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP ExtraLight:style=ExtraLight,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/home/tai/.fonts/TTF/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-Light.ttf: SauceCodePro Nerd Font,SauceCodePro NF Light:style=Light,Regular
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Medium.ttf: SauceCodePro Nerd Font,SauceCodePro NF Medium:style=Medium,Regular
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/home/tai/.fonts/roboto/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Light.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Light:style=Light,Regular
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Regular.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFont-Black.ttf: SauceCodePro Nerd Font,SauceCodePro NF Black:style=Black,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-MediumItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Medium:style=Medium Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/usr/share/fonts/roboto/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-LightItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Light:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-BoldItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Bold Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/usr/share/fonts/roboto/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-BlackItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Black:style=Black Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular

Last edited by kaisa (2024-01-14 22:46:16)

Offline

#17 2024-01-14 22:29:27

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Please use [code][/code] tags. Edit your post in this regard.

Post /home/tai/.config/fontconfig/fonts.conf
Also

/usr/share/fonts/roboto/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.local/share/fonts/roboto/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/home/tai/.fonts/roboto/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic

you seem to have those font in 6 different locations. One's gonna be enough.
Clean that up first.

Then see https://wiki.archlinux.org/title/Kitty# … recognized and check

fc-list :scalable=true:charset=f00d

Last edited by seth (2024-01-14 22:40:28)

Offline

#18 2024-01-14 22:56:55

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

I really appreciate your time going back and forth on this, tysm.

# ~/.config/fontconfig/fonts.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="scan">
    <test name="family">
        <string>SauceCodePro NF</string>
    </test>
    <edit name="spacing">
        <int>100</int>
    </edit>
</match>
</fontconfig>

I checked that link you sent, and navigated to the bitmap gh issue. Here is the output from that command:

❯ fc-list :scalable=true:charset=f00d
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-BlackItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Black:style=Black Italic,Italic
/usr/share/fonts/liberation/LiberationSerif-Italic.ttf: Liberation Serif:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-SemiBold.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-ExtraLightItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-SemiBold.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-Bold.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Light.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBold.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-SemiBoldItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-SemiBold.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Medium.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Medium:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Thin.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Bold.ttf: RobotoMono Nerd Font:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Medium.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Italic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-LightItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF Light:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-BoldItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Regular.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Light.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Medium.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Medium:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-ExtraLightItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Regular.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Regular.ttf: RobotoMono Nerd Font Propo:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-ThinItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-LightItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Bold.ttf: RobotoMono Nerd Font Propo:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-MediumItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-SemiBold.ttf: SauceCodePro Nerd Font,SauceCodePro NF SemiBold:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-BlackItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF Black:style=Black Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Medium.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-ExtraLight.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Black.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Black:style=Black,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Bold.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Regular.ttf: RobotoMono Nerd Font Mono:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-ThinItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-MediumItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-SemiBoldItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-MediumItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Italic.ttf: SauceCodePro Nerd Font,SauceCodePro NF:style=Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Light.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Light:style=Light,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-BoldItalic.ttf: RobotoMono Nerd Font:style=Bold Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Thin.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Th:style=Thin,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Regular.ttf: RobotoMono Nerd Font:style=Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-SemiBoldItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFont-SemiBoldItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBoldItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-BoldItalic.ttf: RobotoMono Nerd Font Mono:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Italic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Italic.ttf: RobotoMono Nerd Font Mono:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Italic.ttf: RobotoMono Nerd Font Propo:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-Light.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-LightItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Light:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-BoldItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Bold Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Thin.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-ExtraLightItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP ExtraLight:style=ExtraLight Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-ExtraLight.ttf: SauceCodePro Nerd Font,SauceCodePro NF ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-SemiBoldItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP SemiBold:style=SemiBold Italic,Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-ThinItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Th:style=Thin Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-Bold.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Bold
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-LightItalic.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Black.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Black:style=Black,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Medium.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-MediumItalic.ttf: SauceCodePro Nerd Font,SauceCodePro NF Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/SymbolsNerdFont-Regular.ttf: Symbols Nerd Font:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-Italic.ttf: RobotoMono Nerd Font:style=Italic
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-Bold.ttf: RobotoMono Nerd Font Mono:style=Bold
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-ExtraLight.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP ExtraLight:style=ExtraLight,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFont-MediumItalic.ttf: RobotoMono Nerd Font,RobotoMono Nerd Font Md:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Light.ttf: SauceCodePro Nerd Font,SauceCodePro NF Light:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFont-Medium.ttf: SauceCodePro Nerd Font,SauceCodePro NF Medium:style=Medium,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontMono-SemiBold.ttf: RobotoMono Nerd Font Mono,RobotoMono Nerd Font Mono SmBd:style=SemiBold,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Light.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Light:style=Light,Regular
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-Regular.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM:style=Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-BoldItalic.ttf: RobotoMono Nerd Font Propo:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFont-Black.ttf: SauceCodePro Nerd Font,SauceCodePro NF Black:style=Black,Regular
/usr/share/fonts/TTF/RobotoMonoNerdFontPropo-LightItalic.ttf: RobotoMono Nerd Font Propo,RobotoMono Nerd Font Propo Lt:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-MediumItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Medium:style=Medium Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontMono-LightItalic.ttf: SauceCodePro Nerd Font Mono,SauceCodePro NFM Light:style=Light Italic,Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-BoldItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP:style=Bold Italic
/usr/share/fonts/TTF/SauceCodeProNerdFontPropo-BlackItalic.ttf: SauceCodePro Nerd Font Propo,SauceCodePro NFP Black:style=Black Italic,Italic

Tbh from my understanding, I am screwed?

EDIT: cleaned up robot fonts to just /usr/share/fonts (which i believe will be global on my system)

Last edited by kaisa (2024-01-14 22:58:02)

Offline

#19 2024-01-14 23:05:59

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

kitty image

test

alacritty image

alacritty

Offline

#20 2024-01-14 23:06:43

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

There's a whole host of non-bitmap fonts that provide the glyph (well, roboto and saucecode)
Are they used?

kitty +list-fonts

If you create a fresh user account and test kitty there w/o any special config (aside maybe setting the main font), do the glyphs still work?

Edit: the only difference in the screenshots is the icon left of "init.lua" - what glyph/codepoint is that specifically?

Last edited by seth (2024-01-14 23:11:46)

Offline

#21 2024-01-14 23:43:38

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

I've cross referenced and tried all the fonts i have installed w/ kitty +list-fonts, at least in the kitty config. How can I check if they are in use besides just switching to them in kitty config?

I'm still working on creating a new user (sorry, so noob still learning), and will let report back how kitty looks in there.

In addition, I'm not sure what the codepoint is b/c its a nvim-webdev-icon i think and perhaps not in my font. (still dont know what im talking about).

However, I've attached 3 more images, 1 from kitty, 1 from alacritty, and one from both that should show some more examples of missing local and global symbols.

kitty

kitty

Alacritty

alacritty

And then kitty and alacritty (note: the unmodified symbol)

kittyalacritty

As for specific code points in the image, in my neo-tree, it looks like some of the symbols are:

f460
f47c
e5ff
e5fe
f554
f128
f474
f630
f046
e727

Note: I am finding these codes out by looking at my nvim config in github on browser. For some reason the boxes render with the codepoints. BUT, the symbols render PROPERLY in Alacritty, and NOT in Kitty or other gui apps and now im really confused >.<

Last edited by kaisa (2024-01-14 23:46:28)

Offline

#22 2024-01-15 00:29:40

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

UPDATE: That was a great idea trying kitty in a new user. The former symbols that were showing in alacritty are, again, being shown Kitty.

I just did a clean install on my main user of kitty with a minimal config and they're back!!!

Last things are the "global-esque" codepoints that are missing. I can't find these rendering anywhere on my system but particularly used for lsp autocompletion. Here is an image:

cmp

And the code points missing in order are:

f77e
f794
f6a6
f816
f89f
f80a
f8d7
f718
f74a
f6fc
f694
f783

Offline

#23 2024-01-15 00:34:22

2ManyDogs
Forum Fellow
Registered: 2012-01-15
Posts: 4,648

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

kaisa, please stop posting huge images. Please read the General Guidelines and post only thumbnails or links to images.

In addition, if you are the last person to post in a thread and need to add information, please edit your existing post (do not add a new post if no one has replied).

Offline

#24 2024-01-15 00:41:36

kaisa
Member
Registered: 2023-05-11
Posts: 24

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Ah I'm sorry, will do in the future. Thank you for the warning!

UPDATE 2: I got them rendering! On my older system that had all the symbols installed, I just pushed those ttf files to github, then cloned on my current system and moved them all into ~/.fonts/

I'm unsure if I should then move them back to /usr/share/fonts to keep them all in one place. Placing them in ~/.fonts/* was just how they were installed on my older arco linux system.

Thank you soo much for your guidance!

EDIT: sorry i'm not sure how to mark this as closed >.<

Last edited by kaisa (2024-01-15 01:20:06)

Offline

#25 2024-01-15 08:58:45

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,044

Re: [SOLVED] Nerd font symbols/glyphs not showing in Kitty

Mark resolved threads by editing your initial posts subject - so others will know that there's no task left, but maybe a solution to find.
Thanks.

You should™ not be using those missing glyphs anyway, they were apparently dropped because NF had tainted non private-use areas:
https://github.com/ryanoasis/nerd-fonts … 1530999114

So the correct approach is to fix the scripts/configs that refer to them and use the updated codepoints.

Offline

Board footer

Powered by FluxBB