You are not logged in.
Pages: 1
I downloaded the CaskaydiaCove fonts from here https://www.nerdfonts.com/font-downloads
I then put them into /usr/share/fonts/otf/CascadiaCode/ then i ran fc-chache.
But if i add URxvt.font: CaskaydiaCove NF to my .Xresources i cannot launch urxvt.
I ran fc-list and all the fonts seem to appear in the list.
Last edited by Iulian (2022-11-13 17:46:36)
Offline
xrdb -q | grep -iE 'urxvt.*font'
fc-list :mono | grep -i cascadiaYou btw. probably want sth like
URxvt*font: xft:CaskaydiaCove NF:size=9Offline
Thank you that worked.
Offline
Pages: 1