Skip to content

Terminal ought to work with more fonts #405

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

Closed
HenkPoley opened this issue May 20, 2016 · 4 comments
Closed

Terminal ought to work with more fonts #405

HenkPoley opened this issue May 20, 2016 · 4 comments
Labels
Milestone

Comments

@HenkPoley
Copy link

Currently the selection of fonts is very limited. For example the FiraCode programming ligatures font cannot be chosen: https://github.com/tonsky/FiraCode/

I understand that it's a bit outside of the scope, but since you are driving the terminal emulator code forward at the moment.

@HenkPoley HenkPoley changed the title Terminal ought to work with FiraCode Terminal ought to work with more fonts May 20, 2016
@mkarpoff
Copy link

There are pretty easy ways to add more fonts the same way you would for the normal console since bash works inside it. You do need to do some use regedit to do it though so it would be nice to have a better interface. I've attached a link on how to do it in the mean time.Think Geek Change console fonts

@zadjii-msft zadjii-msft added this to the Backlog milestone May 25, 2016
@zadjii-msft
Copy link
Member

So, I'm not sure if it's in the insiders build yet or not, but we have added the ability to pick your font from more than just the 3 legacy console fonts, without any need for dirty registry hacks like the one @mkarpoff linked. We're doing our best to try and support as many monospaced fonts as possible, but ligatures are definitely not going to be able to make it for the anniversary update.

I'll add it to the backlog though :)

@zerocool4u2
Copy link

multiple fonts are working right now, i believe that firacode is not monospace, all the chars are monospace size, but the glyphs aren't so the font itself doesn't belong to the family, i have lots of fonts on my console right now, fira mono is one of them, i'm guessing is pretty much the same, @zadjii-msft it would be nice to have the option of use any kind of font for those cases or maybe font fallback support for adding multiple glyphs fonts(devicons, powershell, font awesome, etc), right now the only solution is patch fonts and is a really pain in the @ss, with scripts(size problems) or by editing one character at the time, regards

@bitcrazed
Copy link
Contributor

Thanks for the discussion.

Closing. If you have further asks/issues, please file new issues on our Console GitHub Repo.

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

No branches or pull requests

5 participants