KDE

From wiki.vacula.xyz

Removing (most) noto-fonts on Arch

  1. Remove the noto-fonts package using sudo pacman -Rdd noto-fonts
  2. Add NoExtract = usr/share/fonts/noto/* !*NotoMono-* !*NotoSansDisplay-* !*NotoSansLinearB-* !*NotoSansMono-* !*NotoSansSymbols* !*NotoSerif-* !*NotoSerifDisplay-* to /etc/pacman.conf
  3. Re-install noto-fonts as a dependency using sudo pacman -S --asdeps noto-fonts