From 871e98ba5422634d3d76602528448e1c68326009 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 30 Nov 2021 23:54:58 +0100 Subject: [PATCH] wayland: Reinstate old fontconfig The fontconfig in use previously accidentally got deleted amidst the X leftovers. This reinstates it and streamlines it a tiny bit. Still uses Iosevka as the default mono font, Heuristica and Noto Sans as the serif and sans-serif respectively and adds the fantasy and comic families. Also takes over wholly the font hinting and aliasing settings, since they work very well on my machine. --- wayland/.config/fontconfig/fonts.conf | 47 +++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 wayland/.config/fontconfig/fonts.conf diff --git a/wayland/.config/fontconfig/fonts.conf b/wayland/.config/fontconfig/fonts.conf new file mode 100644 index 0000000..0bdef5b --- /dev/null +++ b/wayland/.config/fontconfig/fonts.conf @@ -0,0 +1,47 @@ + + + + + serif + Heuristica + + + sans-serif + Noto Sans + + + monospace + Iosevka + + + fantasy + Signika + + + cursive + Comic Neue + + + + true + + + rgb + + + lcddefault + + + true + + + hintfull + + + false + + + 92 + + +