LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Do you like the look of the fonts in 13.37 ? (https://www.linuxquestions.org/questions/slackware-14/do-you-like-the-look-of-the-fonts-in-13-37-a-877956/)

guanx 08-16-2011 06:44 PM

Quote:

Originally Posted by Linux.tar.gz (Post 4444953)
What did you put inside /etc/fonts/local.conf ?

Code:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<!-- /etc/fonts/local.conf file to configure site specific font access -->
<fontconfig>
    <match target="font" >
        <test compare="eq" name="family" >
            <string>Liberation Mono</string>
            <string>Liberation Sans</string>
            <string>Liberation Serif</string>
        </test>
        <edit mode="assign" name="antialias" >
            <bool>false</bool>
        </edit>
    </match>
</fontconfig>



All times are GMT -5. The time now is 01:22 PM.