From 259d84b6cd38077aa813a8608b2a54119ada753d Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 10 Apr 2023 15:50:45 +0200 Subject: [PATCH] Blacklist Caskaydia nerd fonts (causes issues) Caskaydia Nerd Fonts are automatically installed with `nerd-fonts-git` AUR package, however their presence seems to be causing issues with Material Symbols font. This then affects the eww bar, making the icons small. This is a pretty odd issue, but after some debugging, removing or blacklisting this font does resolve the issue. It seems that it's some font priority issue, however the eww bar clearly specifies which font to use, and the icons are correct, it's just the size that's weird (too small). This is just a hacky workaround, but it's probably a permanent one, unless I figure out what exactly is the cause of this and resolve it diferently, which I'm probably too lazy to get to. --- home/.config/fontconfig/fonts.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 home/.config/fontconfig/fonts.conf diff --git a/home/.config/fontconfig/fonts.conf b/home/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..6caca1d --- /dev/null +++ b/home/.config/fontconfig/fonts.conf @@ -0,0 +1,12 @@ + + + + + Disable Caskaydia Cove Nerd Font + + + + /usr/share/fonts/nerd-fonts-git/OTF/Caskaydia* + + +