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