19 lines
474 B
Plaintext
19 lines
474 B
Plaintext
|
<?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>
|