KDE
From wiki.vacula.xyz
Removing (most) noto-fonts on Arch
- Remove the noto-fonts package using
sudo pacman -Rdd noto-fonts - Add
NoExtract = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-* !*NotoSansLinearB-* !*NotoSansMono-* !*NotoSansSymbols* !*NotoSerif-* !*NotoSerifDisplay-*to/etc/pacman.conf - Re-install noto-fonts as a dependency using
sudo pacman -S --asdeps noto-fonts