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

Monoid font doesn't work at all #235094

Closed
karthiknadig opened this issue Dec 3, 2024 · 5 comments
Closed

Monoid font doesn't work at all #235094

karthiknadig opened this issue Dec 3, 2024 · 5 comments
Assignees
Labels
info-needed Issue requires more information from poster *not-reproducible Issue cannot be reproduced by VS Code Team member as described

Comments

@karthiknadig
Copy link
Member

Testing #234759

Font https://larsenwork.com/monoid/

Image

@Tyriar Tyriar added the info-needed Issue requires more information from poster label Dec 3, 2024
@Tyriar
Copy link
Member

Tyriar commented Dec 3, 2024

Working for me:

Image

This was my setting for above:

"editor.fontFamily": "Monoid, 'Fira Code', Hack, 'Powerline Extra Symbols', 'Hack NF', 'Noto Sans KR'"

Did you install and not reload the windows maybe? I think Chromium keeps a cache of fonts so installing without restarting may not pick it up.

@karthiknadig
Copy link
Member Author

I had only changed the terminal font family, and I did reload several times.

@Tyriar
Copy link
Member

Tyriar commented Dec 3, 2024

If you set terminal font family that overrides the editor one. Can you try again and provide the exact setting? I'm assuming you also got the non-monospace font notification show up since it has fallen back to some other proportional font in your screenshot.

@karthiknadig
Copy link
Member Author

That is it, I was using 'Helvetica Neue`. I added this:

"terminal.integrated.fontFamily": "'Helvetica Neue', 'Cascadia Code'",
    "editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",

It did this:
Image

Then I changed it to this:

    "terminal.integrated.fontFamily": "'Monoid', 'Cascadia Code'",
    "editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",

It did this:
Image

For some reason when I was trying this out, it did not refresh. It seems to be fine, I can't repro. I remember re-loading window a bunch of times.

@Tyriar Tyriar added the *not-reproducible Issue cannot be reproduced by VS Code Team member as described label Dec 3, 2024
Copy link

We closed this issue because we are unable to reproduce the problem with the steps you describe. Chances are we've already fixed your problem in a recent version of VS Code. If not, please ask us to reopen the issue and provide us with more detail. Our issue reporting guidelines might help you with that.

Happy Coding!

@vs-code-engineering vs-code-engineering bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info-needed Issue requires more information from poster *not-reproducible Issue cannot be reproduced by VS Code Team member as described
Projects
None yet
Development

No branches or pull requests

2 participants