kovidgoyal / kitty

Cross-platform, fast, feature-rich, GPU based terminal
https://sw.kovidgoyal.net/kitty/
GNU General Public License v3.0
24.11k stars 972 forks source link

Kitty doesn't support iA Writer Mono S font #4547

Closed epszaw closed 2 years ago

epszaw commented 2 years ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Install iA Writer Mono S font to your system
  2. Place font_family: iA Writer Mono S to your config
  3. Check the terminal

    Additionally you can check the font by kitty + list-fonts --psnames command – it's won't be rendered in the output.

Screenshots Kitty image

Same font Alacritty image

Environment details

kitty 0.24.1 created by Kovid Goyal
Darwin great-computera.local 20.6.0 Darwin Kernel Version 20.6.0: Mon Aug 30 06:12:21 PDT 2021; root:xnu-7195.141.6~3/REL
ProductName:    macOS ProductVersion:   11.6 BuildVersion:      20G165
Frozen: True
Paths:
  kitty: /Applications/kitty.app/Contents/MacOS/kitty
  base dir: /Applications/kitty.app/Contents/Resources/kitty
  extensions dir: /Applications/kitty.app/Contents/Resources/Python/lib/kitty-extensions
  system shell: /bin/zsh
Loaded config files:
  /Users/lamartire/.config/kitty/kitty.conf

Config options different from defaults:
font_family           iA Writer Mono S
font_size             14.0
scrollback_lines      10000
tab_bar_style         powerline
window_padding_width  FloatEdges(left=4.0, top=4.0, right=4.0, bottom=4.0)
Changed shortcuts:
        shift+ctrl+left resize_window narrower 3
        shift+ctrl+right resize_window wider 3
        shift+ctrl+up resize_window taller 3
        shift+ctrl+down resize_window shorter 3
Colors:
        active_border_color   #4a566c   
        background            #c0c0c0   
        color0                #323232   
        color1                #9a3e3e   
        color10               #2a5b3d   
        color11               #897a63   
        color12               #2c4a83   
        color13               #323232   
        color14               #323232   
        color15               #c0c0c0   
        color2                #2a5b3d   
        color3                #897a63   
        color4                #2c4a83   
        color5                #323232   
        color6                #323232   
        color7                #c0c0c0   
        color8                #323232   
        color9                #9a3e3e   
        cursor                #323232   
        cursor_text_color     #c0c0c0   
        foreground            #323232   
        inactive_border_color #3a4253   
        selection_background  #aaaaaa   
        selection_foreground  #323232 
page-down commented 2 years ago

It is not a fixed width font. I open Font Book and I don't see this font listed in the "Fixed Width" category.

https://sw.kovidgoyal.net/kitty/faq/#kitty-is-not-able-to-use-my-favorite-font

epszaw commented 2 years ago

Ok, I see. Thank you!