mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
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:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user