You are not logged in.
I'm trying to use fontconfig to prefer fontA over fontB
Now the typical way to do that is with the xml alias, family, prefer tags
How can I prefer fontA over fontB except for a specific unicode range where fontB should be preferred
I was looking for examples in https://wiki.archlinux.org/title/Font_c … n/Examples but none seemed related to my desired config.
Offline
You can "remove" charsets from fonts, https://unix.stackexchange.com/question … ific-glyph ?
Online
To tweak fonts for specific character sets, mess with the `<match>` rules and `</match>family>` in fonts.conf. Just be careful, so you don't screw up the standard settings.
Offline