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

Unable to load font "JetBrains Mono Nerd" #1085

Closed
mzarnitsa opened this issue Aug 28, 2021 · 4 comments
Closed

Unable to load font "JetBrains Mono Nerd" #1085

mzarnitsa opened this issue Aug 28, 2021 · 4 comments
Labels
bug Something isn't working

Comments

@mzarnitsa
Copy link

mzarnitsa commented Aug 28, 2021

What Operating System(s) are you seeing this problem on?

macOS

WezTerm version

20210814-124438-54e29167

Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?

No, and I'll explain why below

Describe the bug

Making config this

local wezterm = require 'wezterm';
return {
  font = wezterm.font("JetBrains Mono Nerd"),
}

and getting this message

Unable to load a font specified by your font=wezterm.font('JetBrains Mono
Nerd', {weight="Regular", stretch='Normal', italic=false}) configuration.
Fallback(s) are being used instead, and the terminal may not render as
intended. See https://wezfurlong.org/wezterm/config/fonts.html for more
information

To Reproduce

No response

Configuration

wezterm.lua is this

local wezterm = require 'wezterm';
return {
  font = wezterm.font("JetBrains Mono Nerd"),
}

Expected Behavior

No response

Logs

No response

Anything else?

No response

@mzarnitsa mzarnitsa added the bug Something isn't working label Aug 28, 2021
@wez
Copy link
Owner

wez commented Aug 28, 2021

Please run wezterm ls-fonts --list-system | grep Nerd; that should show all the fonts that have Nerd in their name on your system in a form that you can use in your config

@wez wez added the waiting-on-op Waiting for more information from the original poster label Aug 28, 2021
@mzarnitsa
Copy link
Author

That did work, thank you.

@no-response no-response bot removed the waiting-on-op Waiting for more information from the original poster label Aug 28, 2021
@wez
Copy link
Owner

wez commented Aug 30, 2021

Sounds like this is resolved!

@github-actions
Copy link
Contributor

github-actions bot commented Feb 4, 2023

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 4, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants