Closed tigerinus closed 1 year ago
A workaround - update ~/.Xresources
with:
URxvt*font: xft:FiraCode Nerd Font Mono:pixelsize=13
Xft*rgba: rgb
Thanks for the completely filled and detailed report!
Did you insall just the 2 mentioned fonts or more?
It is just this arrow-upward thing? It's unicode is 271a
.
It is not part of Fira Code
:
So you get this from some other font. Why it fails for some sizes I can only guess. Maybe it comes from a bitmap font?
But that is an issue with urxvt
.
To see which fonts are providing the glyph, do
$ fc-list ':charset=271a'
On my machine there are 370+ fonts that provide the arrow-up glyph.
Well, the missing / problematic char is not patched / touched by Nerd Fonts font-patcher, so closing.
Maybe you should / could prefer some nice outline font for that glyph via fontconfig. Then you can decide which fallback font is used by urxvt and not some random (possibly bitmap) font.
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.
🗹 Requirements
🎯 Subject of the issue
This is more of a question asking for help: I recently switched over to
urxvt
fromgnome-console
, the see that certain glyphs shown as []Experienced behavior:
Expected behavior:
The glyphs should not be shown as []
Example symbols:
🔧 Your Setup
Which font are you using (e.g.
Anonymice Powerline Nerd Font Complete.ttf
)?Where did you get the file from (download link, self patched, source downloaded from link...)
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode
Which terminal emulator are you using (e.g.
iterm2
,urxvt
,gnome
,konsole
)?urxvt
If I change the size from
size=10
tosize=12
, then it looks OK:Are you using OS X, Linux or Windows? And which specific version or distribution?
Ubuntu (Jammy)
★ Screenshots (Optional)