diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-02-01 21:28:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-02-01 21:28:03 +0000 |
| commit | a4e1fc344ddce92f89fd6168da562d9bb88d6a57 (patch) | |
| tree | 0df947b154952a4f78bf80c146011349f2d97740 | |
| parent | 5c91ae09c613348a6e2f576cb0eb5cc1ee467235 (diff) | |
Set fontconfig cache location on Windows.
| -rw-r--r-- | fonts/fonts.conf | 1 |
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> |
