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

Windows does not recognize this font as monospace #8

Open
ernieIzde8ski opened this issue Feb 3, 2024 · 2 comments
Open

Windows does not recognize this font as monospace #8

ernieIzde8ski opened this issue Feb 3, 2024 · 2 comments

Comments

@ernieIzde8ski
Copy link

While trying to debug why this font wasn't listed as an option in Windows Terminal or conhost.exe, I eventually just forced it in the JSON file. It gives me this warning now:

Warning: choosing a non-monospaced font will likely result in visual artifacts. Use at your own discretion.

The FontForge FAQ suggests it should be possible to mark the font as monospaced. This would be good for showing it in dropdown panels like in conhost.exe or Windows Terminal.

@Finii
Copy link
Contributor

Finii commented Mar 18, 2024

One workaround would be to use the fixed version here:

https://github.com/ryanoasis/nerd-fonts/tree/master/src/unpatched-fonts/ComicShannsMono

(which I did not test to work in conhost)

That takes the font from here and makes it more monospacy before it ends up as input (unpatched source font) for the Nerd Fonts project.

@jesusmgg
Copy link
Owner

In general we should take the nerdfont fixes and apply them here as well I think.

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

3 participants