Let users install fonts to their HOME directory

This commit is contained in:
Kirill Elagin 2014-04-28 21:23:23 +04:00 committed by Eelco Dolstra
parent 936481a12e
commit 8dc287b88c
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
<dir><xsl:value-of select="." /></dir>
<xsl:text>&#0010;</xsl:text>
</xsl:for-each>
<dir prefix="xdg">fonts</dir>
<!-- the following element will be removed in the future -->
<dir>~/.fonts</dir>
</fontconfig>