dotfiles/dot_config/fontconfig/executable_fonts.conf

41 lines
996 B
Text
Raw Normal View History

2023-05-05 11:36:16 +02:00
<?xml version="1.0"?>
2023-01-30 14:28:59 +01:00
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
2023-05-05 11:36:16 +02:00
<!-- created by lxqt-config-appearance (DO NOT EDIT!) -->
2023-01-30 14:28:59 +01:00
<fontconfig>
2023-05-05 11:36:16 +02:00
<include ignore_missing="yes">conf.d</include>
<match target="font">
<edit name="antialias" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="rgba" mode="assign">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit name="lcdfilter" mode="assign">
<const>lcddefault</const>
</edit>
</match>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit name="hintstyle" mode="assign">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
</match>
<match target="pattern">
<edit name="dpi" mode="assign">
<double>96</double>
</edit>
</match>
</fontconfig>