You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
3 months ago
|
<?xml version="1.0"?>
|
||
|
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
|
||
|
<!-- This should be kept in sync with changes to
|
||
|
https://gitlab.com/freedesktop-sdk/freedesktop-sdk/blob/master/files/fontconfig-flatpak.conf
|
||
|
from the Freedesktop runtimes. -->
|
||
|
<fontconfig>
|
||
|
<cachedir>/usr/cache/fontconfig</cachedir>
|
||
|
|
||
|
<dir>/app/share/fonts</dir>
|
||
|
<dir>/app/share/X11/fonts/Type1</dir>
|
||
|
<dir>/app/share/X11/fonts/TTF</dir>
|
||
|
<cachedir>/app/cache/fontconfig</cachedir>
|
||
|
|
||
|
<include ignore_missing="yes">/app/etc/fonts/local.conf</include>
|
||
|
|
||
|
<dir>/run/host/fonts</dir>
|
||
|
<dir>/run/host/user-fonts</dir>
|
||
|
|
||
|
<!-- This is duplicated from the general config because we want to write there
|
||
|
before the /run dirs, in case they are ever writable, like e.g with old
|
||
|
versions of flatpak. -->
|
||
|
<cachedir prefix="xdg">fontconfig</cachedir>
|
||
|
|
||
|
<cachedir>/run/host/fonts-cache</cachedir>
|
||
|
<cachedir>/run/host/user-fonts-cache</cachedir>
|
||
|
|
||
|
<include>/run/host/font-dirs.xml</include>
|
||
|
</fontconfig>
|