diff --git a/Xresources b/Xresources index 438469e..c2a8ea2 100644 --- a/Xresources +++ b/Xresources @@ -1,5 +1,11 @@ -URxvt.font: xft:Monospace:size=9:antialias=true -URxvt.boldFont: xft:Monospace:style=bold:size=9:antialias=true +! beryllium is arch-based with easy access to source code pro, let's use it +#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.background: black URxvt.letterSpace: -1