User Tools

Site Tools


home:computing:linux:config_files:fonts.conf

[up]

.fonts.conf

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
    <match target="font">
        <test name="family">
            <string>ACZ 10x20 Mono</string>
        </test>
        <test name="size" qual="any" compare="EQ">
             <double>13</double>
        </test>
        <edit name="antialias" mode="assign">
            <bool>false</bool>
        </edit>
    </match>
</fontconfig>
home/computing/linux/config_files/fonts.conf.txt · Last modified: 14:23 26/01/2025 by acz

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki