This commit is contained in:
Kovid Goyal 2022-02-08 05:35:36 +05:30
commit 141c814d72
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
3 changed files with 6 additions and 6 deletions

View File

@ -208,7 +208,7 @@ bitmapped fonts.
symbol_map U+23FB-U+23FE,U+2B58,U+E200-U+E2A9,U+E0A0-U+E0A3,U+E0B0-U+E0BF,U+E0C0-U+E0C8,U+E0CC-U+E0CF,U+E0D0-U+E0D2,U+E0D4,U+E700-U+E7C5,U+F000-U+F2E0,U+2665,U+26A1,U+F400-U+F4A8,U+F67C,U+E000-U+E00A,U+F300-U+F313,U+E5FA-U+E62B Symbols Nerd Font symbol_map U+23FB-U+23FE,U+2B58,U+E200-U+E2A9,U+E0A0-U+E0A3,U+E0B0-U+E0BF,U+E0C0-U+E0C8,U+E0CC-U+E0CF,U+E0D0-U+E0D2,U+E0D4,U+E700-U+E7C5,U+F000-U+F2E0,U+2665,U+26A1,U+F400-U+F4A8,U+F67C,U+E000-U+E00A,U+F300-U+F313,U+E5FA-U+E62B Symbols Nerd Font
If your font is not listed in ``kitty list-fonts`` it means that it is not If your font is not listed in ``kitty +list-fonts`` it means that it is not
monospace or is a bitmapped font. On Linux you can list all monospace fonts with:: monospace or is a bitmapped font. On Linux you can list all monospace fonts with::
fc-list : family spacing outline scalable | grep -e spacing=100 -e spacing=90 | grep -e outline=True | grep -e scalable=True fc-list : family spacing outline scalable | grep -e spacing=100 -e spacing=90 | grep -e outline=True | grep -e scalable=True
@ -236,7 +236,7 @@ command to rebuild your fontconfig cache::
fc-cache -r fc-cache -r
Then, the font will be available in ``kitty list-fonts``. Then, the font will be available in ``kitty +list-fonts``.
How can I assign a single global shortcut to bring up the kitty terminal? How can I assign a single global shortcut to bring up the kitty terminal?

View File

@ -102,7 +102,7 @@ detecting image display support.
--print-window-size --print-window-size
type=bool-set type=bool-set
Print out the window size as :italic:`widthxheight` (in pixels) and quit. This is a Print out the window size as :italic:`widthxheight` (in pixels) and quit. This is a
convenience method to query the window size if using kitty icat from a convenience method to query the window size if using :code:`kitty +kitten icat` from a
scripting language that cannot make termios calls. scripting language that cannot make termios calls.

View File

@ -33,7 +33,7 @@ and even specify special fonts for particular characters.
opt('font_family', 'monospace', opt('font_family', 'monospace',
long_text=''' long_text='''
You can specify different fonts for the bold/italic/bold-italic variants. You can specify different fonts for the bold/italic/bold-italic variants.
To get a full list of supported fonts use the `kitty list-fonts` command. To get a full list of supported fonts use the `kitty +list-fonts` command.
By default they are derived automatically, by the OSes font system. When By default they are derived automatically, by the OSes font system. When
bold_font or bold_italic_font is set to :code:`auto` on macOS, the priority of bold_font or bold_italic_font is set to :code:`auto` on macOS, the priority of
bold fonts is semi-bold, bold, heavy. Setting them manually is useful for font bold fonts is semi-bold, bold, heavy. Setting them manually is useful for font