Without this, apps that fall back to fontconfig's generic 'monospace' alias (rather than requesting the Nerd Font by name) don't pick up the glyphs kitty/foot/waybar etc. rely on.
11 lines
210 B
XML
11 lines
210 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<fontconfig>
|
|
<alias>
|
|
<family>monospace</family>
|
|
<prefer>
|
|
<family>0xProto Nerd Font</family>
|
|
</prefer>
|
|
</alias>
|
|
</fontconfig>
|