20 lines
488 B
XML
20 lines
488 B
XML
<?xml version="1.0"?>
|
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
|
<!-- $XDG_CONFIG_HOME/fontconfig/fonts.conf for per-user font configuration -->
|
|
<fontconfig>
|
|
|
|
<!--
|
|
Private font directory
|
|
-->
|
|
<dir prefix="xdg">fonts</dir>
|
|
|
|
<!--
|
|
use rgb sub-pixel ordering to improve glyph appearance on
|
|
LCD screens. Changes affecting rendering, but not matching
|
|
should always use target="font".
|
|
-->
|
|
<match target="font">
|
|
<edit name="rgba" mode="assign"><const>rgb</const></edit>
|
|
</match>
|
|
</fontconfig>
|