I don’t like very much the default font used by Liferea, so I decided to use my custom font. Here is how:
1. Copy the default stylesheet to liferea folder in my $HOME:
1 |
cp /usr/share/liferea/css/liferea.css $HOME/.liferea_1.6 |
2. Add this:
1 2 3 |
{ font-family: Aurulent Sans; } |
at the begining of liferea.css file.
Of course, you can also play with all the other options in the liferea.css.
Have fun!