submodule update

This commit is contained in:
2025-11-18 21:59:47 -05:00
parent ad2a4d46ab
commit 074a21cca8
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<test name="family" compare="contains">
<string>Verdana</string>
</test>
<edit name="hintstyle" mode="assign">
<const>hintfull</const>
</edit>
</match>
</fontconfig>