diff --git a/docs/faq.rst b/docs/faq.rst index dba97c702..0c21f39b3 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -154,6 +154,26 @@ monospace. On Linux you can list all monospace fonts with:: fc-list : family spacing | grep spacing=100 +Note that the spacing property is calculated by fontconfig based on actual +glyph widths in the font. If for some reason fontconfig concludes your favorite +monospace font does not have ``spacing=100`` you can override it by using the +following :file:`~/.config/fontconfig/fonts.conf`:: + + + + + + + Your Font Family Name + + + 100 + + + + +Then, the font will be available in ``kitty list-fonts``. + How can I assign a single global shortcut to bring up the kitty terminal? -----------------------------------------------------------------------------