mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,6 +12,7 @@
|
||||
/dependencies
|
||||
/tags
|
||||
/build/
|
||||
/fonts/
|
||||
/linux-package/
|
||||
/kitty.app/
|
||||
/glad/out/
|
||||
|
||||
Reference in New Issue
Block a user