$ cd ../
$ cat /backups/brain/
0044Enable font smoothingEdit ~/.config/fontconfig/fonts.conf
And between the <fontconfig>
tags add:
1
2
3
4
5
6
7
8
9
10
11
12
13
<!--nice looking fonts starts-->
<match target="font">
<edit name="autohint" mode="assign">
<bool>true</bool>
</edit>
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<!--nice looking fonts ends-->
then rebuild the fonts cache:
1
fc-cache -frv
Source: https://discuss.getsol.us/d/4156-okular-font-smoothing/7
$ cd ../