Tags: howto, fedora, fonts
Fedora GNU/Linux already comes with pretty decent fonts, but if you want to have a bit better looking ones (de gustibus) then here's one way of doing it:
sudo dnf copr enable dawid/better_fonts -y
sudo dnf install fontconfig-font-replacements -y
sudo dnf install fontconfig-enhanced-defaults -y
fc-cache -v
|
Maybe also log out and back in, for good measure.
If it turns out you don't like it, it's easily reverted:
sudo dnf copr disable dawid/better_fonts -y
sudo dnf remove fontconfig-font-replacements -y
sudo dnf remove fontconfig-enhanced-defaults -y
fc-cache -v
|