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.
This commit is contained in:
Robert Ricci 2019-11-26 12:02:23 -07:00
parent 9af4dc4bff
commit f5e855b3ad

View File

@ -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``.