summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ricci <ricci@cs.utah.edu>2019-11-26 12:02:23 -0700
committerRobert Ricci <ricci@cs.utah.edu>2019-11-26 12:02:23 -0700
commitf5e855b3ad77578fe01b6e60e3459db5264c4561 (patch)
tree5262f90415b3c6dac2ee67d606d39144bd7029ae
parent9af4dc4bff747c130f762e1b9f2d9adad1999b34 (diff)
Direct user to rebuild fc-cache in font FAQ
The configuration file that's suggested to force a font to show up as monospace is very helpful, but it appears you may need to force fontconfig to rebuild the cache in order for the change to take effect.
-rw-r--r--docs/faq.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/faq.rst b/docs/faq.rst
index 8d7b20ee..29f97629 100644
--- a/docs/faq.rst
+++ b/docs/faq.rst
@@ -189,6 +189,11 @@ following :file:`~/.config/fontconfig/fonts.conf`::
</match>
</fontconfig>
+After creating (or modifying) this file, you may need to run the following
+command to rebuild your fontconfig cache::
+
+ fc-cache -r
+
Then, the font will be available in ``kitty list-fonts``.