Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which font(s)? #21

Closed
mrinterweb opened this issue Feb 7, 2022 · 2 comments
Closed

Which font(s)? #21

mrinterweb opened this issue Feb 7, 2022 · 2 comments

Comments

@mrinterweb
Copy link

I see that there is a requirement for nerdfonts to be installed, but when I went to the website it had multiple fonts available. Do I need to install all fonts provided on the website or is there a particular font?

@kabinspace
Copy link
Member

You can choose any fonts from that site, the font shown in the preview image of AstroVim is called JetBrains Mono Nerd Font.

@mrinterweb
Copy link
Author

Thanks. I found that I could set the font for my GUI editor with:

vim.api.nvim_exec([[set guifont=JetBrainsMono\ Nerd\ Font\ Mono:h15]], false)

After installing it with brew install --cask font-jetbrains-mono-nerd-font

It wasn't clear to me that I needed a patched version of the font in order for it to include all the symbols. I was using JetBrains Mono as my font already, so I was confused. It has been helpful learning about nerdfonts.
Thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants