macOS: Fix automatic detection of bold/italic faces for fonts that use the family name as the full face name of the regular font not working

Fixes #3861
This commit is contained in:
Kovid Goyal
2021-07-23 23:06:42 +05:30
parent aa8156a7fd
commit 41c0343d33
2 changed files with 12 additions and 4 deletions

View File

@@ -60,6 +60,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow leading or trailing spaces in :opt:`tab_activity_symbol`
- macOS: Fix automatic detection of bold/italic faces for fonts that
use the family name as the full face name of the regular font not working
(:iss:`3861`)
0.21.2 [2021-06-28]
----------------------