Files
.config-deprecated/fontconfig/fonts.conf.old
2026-03-16 01:59:49 -04:00

18 lines
417 B
XML

<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'urn:fontconfig:fonts.dtd'>
<fontconfig>
<!-- settings go here -->
<match target="font">
<test name="family" qual="any">
<string>Segoe UI</string>
</test>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintfull</const>
</edit>
</match>
<dir>~/.local/share/fonts</dir>
</fontconfig>