diff options
Diffstat (limited to 'system/players/VideoPlayer/etc/fonts/conf.avail/50-user.conf')
-rw-r--r-- | system/players/VideoPlayer/etc/fonts/conf.avail/50-user.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/players/VideoPlayer/etc/fonts/conf.avail/50-user.conf b/system/players/VideoPlayer/etc/fonts/conf.avail/50-user.conf new file mode 100644 index 0000000..9a38a40 --- /dev/null +++ b/system/players/VideoPlayer/etc/fonts/conf.avail/50-user.conf @@ -0,0 +1,7 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- /etc/fonts/conf.avail/50-user.conf file to configure system font access --> +<fontconfig> + <!-- Load per-user customization file --> + <include ignore_missing="yes">~/.fonts.conf</include> +</fontconfig> |