Skip to content

Commit f5e855b

Browse files
committed
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.
1 parent 9af4dc4 commit f5e855b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/faq.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ following :file:`~/.config/fontconfig/fonts.conf`::
189189
</match>
190190
</fontconfig>
191191

192+
After creating (or modifying) this file, you may need to run the following
193+
command to rebuild your fontconfig cache::
194+
195+
fc-cache -r
196+
192197
Then, the font will be available in ``kitty list-fonts``.
193198

194199

0 commit comments

Comments
 (0)