dust/fonts: reject dejavu sans

This commit is contained in:
Guanran Wang 2024-10-11 12:01:45 +08:00
parent e9eabae3ec
commit 0d383ebee2
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -166,6 +166,7 @@
];
};
# GitHub prefers Noto Sans...
# DejaVu Sans from nixpkgs#fontconfig.out
localConf = ''
<selectfont>
<rejectfont>
@ -175,6 +176,13 @@
</patelt>
</pattern>
</rejectfont>
<rejectfont>
<pattern>
<patelt name="family">
<string>DejaVu Sans</string>
</patelt>
</pattern>
</rejectfont>
</selectfont>
'';
};