From d47ed30f5c9913bd9af4d16f26bda964fb9b82a5 Mon Sep 17 00:00:00 2001 From: Mark Kim Date: Sat, 12 Feb 2022 22:16:17 -0500 Subject: [PATCH] Document the macOS fonts search path addition --- docs/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/CHANGES.txt b/docs/CHANGES.txt index 214792f6d..608e2f183 100644 --- a/docs/CHANGES.txt +++ b/docs/CHANGES.txt @@ -190,6 +190,9 @@ http://www.tuxpaint.org/ system path followed by going into an undefined behavior (possibly segfault crash). + * Fonts are now also looked for in the system preferences path, + /Library/Application Support/TuxPaint/fonts + * Documentation updates: --------------------- * macOS Apple Silicon and Universal Binary build instructions