mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
Xdefaults: add font fallbacks (not-bold)
If DejaVu Sans Mono Book is missing some glyph, fallback to unifont and Andale Mono which hopefully have that glyph. I didn't add bold fallbacks, because fc-list doesn't list those two fonts as having bold varety.
This commit is contained in:
parent
d3534b1370
commit
d2fc565a8a
@ -8,5 +8,6 @@ URxvt.url-launcher: /usr/bin/xdg-open
|
||||
URxvt.matcher.button: 1
|
||||
!URxvt.perl-ext-common: ...,tabbed,...
|
||||
!URxvt.urgentOnBell: True
|
||||
URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true
|
||||
URxvt*font: xft:DejaVu Sans Mono:pixelsize=11:antialias=true:hinting=true, xft:unifont:pixelsize=11:antialias=true:hinting=true, xft:Andale Mono:pixelsize=11:antialias=true:hinting=true
|
||||
URxvt*boldFont: xft:DejaVu Sans Mono:bold:pixelsize=11:antialias=true:hinting=true
|
||||
URxvt.letterSpace: 0
|
||||
|
Loading…
Reference in New Issue
Block a user