summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-02-01 21:28:03 +0000
committerCarl Hetherington <cth@carlh.net>2019-02-01 21:28:03 +0000
commita4e1fc344ddce92f89fd6168da562d9bb88d6a57 (patch)
tree0df947b154952a4f78bf80c146011349f2d97740
parent5c91ae09c613348a6e2f576cb0eb5cc1ee467235 (diff)
Set fontconfig cache location on Windows.
-rw-r--r--fonts/fonts.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/fonts/fonts.conf b/fonts/fonts.conf
index 2f0403761..2b1c0ae4d 100644
--- a/fonts/fonts.conf
+++ b/fonts/fonts.conf
@@ -1,4 +1,5 @@
<fontconfig>
<dir>C:\windows\fonts</dir>
+<cachedir>~/AppData/Local/Temp/fontconfig</cachedir>
</fontconfig>