From d78a55391010c2f5497b8257a0eaacf2b1c51a15 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 6 Jun 2020 07:50:43 +0530 Subject: [PATCH] Fix #2739 --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 8b3c40b60..f9b163ac9 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -169,7 +169,7 @@ only monospace fonts, since every cell in the grid has to be the same size. If your font is not listed in ``kitty list-fonts`` it means that it is not monospace. On Linux you can list all monospace fonts with:: - fc-list : family spacing | grep -e spacing=100 -e spacing=90 + fc-list : family spacing outline scalable | grep -e spacing=100 -e spacing=90 | grep -e outline=True | grep -e scalable=True 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