removing bold characters from artwitz-fonts drift in urxvt

0

just switched my urxvt font to artwtiz-fonts drift, is there any way i can stop bold characters from displaying, they hurt my eyes?

the line in ~/.Xdefaults is: urxvt*font:xft:drift:pixelsize=12

scrot:

http://imgbox.com/acqBZ50R

thanks in advance.

K. P. Keys

Posted 2013-09-13T17:16:10.727

Reputation: 1

Answers

0

Set the bold font to a non-bold variant.

e.g

URxvt*font: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true
URxvt*boldFont: xft:DejaVu Sans Mono:pixelsize=12:antialias=true:hinting=true

Ярослав Рахматуллин

Posted 2013-09-13T17:16:10.727

Reputation: 9 076