Use builtin NERD fonts

Prevents users from having to install their own NERD font. System fonts
are still used preferentially on Linux but on macOS the builtin one is
used preferentially. Cant find any CoreText API to change this.

Still has to be implemented on macOS. And need to add code to the build
system to bundle the font when building.
This commit is contained in:
Kovid Goyal
2024-06-30 13:24:36 +05:30
parent 99258f6621
commit 98c85d2923
5 changed files with 16 additions and 3 deletions

View File

@@ -72,6 +72,8 @@ Detailed list of changes
- A new ``choose-fonts`` kitten that provides a UI with font previews to ease selection of fonts. Also has support for font features and variable fonts.
- Add NERD fonts builtin so that users don't have to install them to use NERD symbols in kitty
- Wayland: Allow fractional scales less than one (:pull:`7549`)
- Wayland: Fix specifying the output name for the panel kitten not working (:iss:`7573`)