diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-09-22 13:14:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2018-09-22 13:14:07 -0700 |
commit | 32f09b0b8fefb9cd98d14165a22ab2ed14b0277a (patch) | |
tree | 502e2675a0a3ee8b0c2937b9b0121990d942fc20 /general | |
parent | 34c00a29d2b99db1cc1f367489d2ac4e5d87cfef (diff) |
Add conf.d to fontconfig configuration files list
Fixes: https://gitlab.freedesktop.org/xorg/doc/xorg-docs/issues/1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'general')
-rw-r--r-- | general/fonts/fonts.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/general/fonts/fonts.xml b/general/fonts/fonts.xml index 0f58d5d..8a99f9b 100644 --- a/general/fonts/fonts.xml +++ b/general/fonts/fonts.xml @@ -135,6 +135,7 @@ $ su -c fc-cache <para> Fontconfig's behaviour is controlled by a set of configuration files: a standard configuration file, <quote><filename>/etc/fonts/fonts.conf</filename></quote>, +the files in a standard configuration directory, <quote><filename>/etc/fonts/conf.d/</filename></quote>, a host-specific configuration file, <quote><filename>/etc/fonts/local.conf</filename></quote>, and a user-specific file called <quote><filename>.fonts.conf</filename></quote> in the user's home directory (this can be overridden with the |