15 lines
350 B
XML
15 lines
350 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<!-- /etc/fonts/local.conf file for local customizations -->
|
|
<fontconfig>
|
|
<!--
|
|
Enable sub-pixel rendering
|
|
<match target="font">
|
|
<test qual="all" name="rgba">
|
|
<const>unknown</const>
|
|
</test>
|
|
<edit name="rgba" mode="assign"><const>rgb</const></edit>
|
|
</match>
|
|
-->
|
|
</fontconfig>
|