Figure out correct font face #6601
Unanswered
iamvoidcoder
asked this question in
General Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In absence of font picker, how does one work out the correct font face name to feed to buffer_font_family setting?
Some fonts are trivial but some are a total disaster. E.g. JatBrains Mono Nerd Regular. The actual font file name is JetBrainsMonoNerdFontMono-Regular.ttf. When installed on a Mac it is seen as JetBrainsMono Nerd Font Mono family in Mac Font Book viewer app, system font pickers and elsewhere. But whatever I try for buffer_font_family setting it is not picking it up.
Any simple rules to work out the correct font name string for buffer_font_family setting?
Thanks
I do hope eventually a proper GUI font picker will appear in Zed. Even the simplest of simplest basic editors like TextEdit and Notepad allow to visually pick the font.
Beta Was this translation helpful? Give feedback.
All reactions