diff options
author | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:46:07 +0900 |
---|---|---|
committer | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:46:07 +0900 |
commit | 68a890a916efc2da076028f682248de8e16a6a5d (patch) | |
tree | c380c87f5b621c187ba410cf3d3ff9b73818b303 /conf.d/50-user.conf | |
parent | 776b3a8484bea3bf4f7c0625a9f7cbcef0fd1fa5 (diff) | |
download | fontconfig-68a890a916efc2da076028f682248de8e16a6a5d.tar.gz fontconfig-68a890a916efc2da076028f682248de8e16a6a5d.tar.bz2 fontconfig-68a890a916efc2da076028f682248de8e16a6a5d.zip |
Git init
Diffstat (limited to 'conf.d/50-user.conf')
-rwxr-xr-x | conf.d/50-user.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conf.d/50-user.conf b/conf.d/50-user.conf new file mode 100755 index 0000000..3052cdc --- /dev/null +++ b/conf.d/50-user.conf @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<fontconfig> + <!-- Load per-user customization file --> + <include ignore_missing="yes">~/.fonts.conf</include> +</fontconfig> |