Xresources: use Source Code Pro on beryllium

This commit is contained in:
Thomas Preisner 2022-08-27 23:40:02 +02:00
parent e4ada8d5cd
commit 913e7ff722

View file

@ -1,5 +1,11 @@
URxvt.font: xft:Monospace:size=9:antialias=true ! beryllium is arch-based with easy access to source code pro, let's use it
URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true #if defined(SRVR_beryllium)
URxvt.font: xft:Source Code Pro:size=9:antialias=true
URxvt.boldFont: xft:Source Code Pro:style=bold:size=9:antialias=true
#else
URxvt.font: xft:Monospace:size=9:antialias=true
URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true
#endif
URxvt.foreground: white URxvt.foreground: white
URxvt.background: black URxvt.background: black
URxvt.letterSpace: -1 URxvt.letterSpace: -1