-
Notifications
You must be signed in to change notification settings - Fork 54
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
Ligature Font operator? #16
Comments
@kkashou I'm not sure VS Code themes have anything to do with font ligature support. You enable ligatures in your VS Code settings if you are using a font that supports them: |
@vladmoroz I have that settings on but there are some themes in their css that give the support for ligature. That's why I was wondering. |
@kkashou can you give an example of a theme like that? Not sure what you mean, ligatures work with this theme just fine. |
https://marketplace.visualstudio.com/items?itemName=sldobri.daily That theme Has an example of what I mean. |
I use Fira Code and the ligatures render fine with these themes. The Fantastic theme set makes use of italics, is that maybe what you had in mind @kkashou ? If so, you can actually add italic support through user settings in VS Code (F1 -> Preferences: Open user settings) by adding rules like so:
For reference, there's a discussion here about disabling italics support: As an aside, for those who can't afford the Operator font, there's this mashup of the free Fira Code and Script12 fonts: https://github.com/kencrocken/FiraCodeiScript |
Are you guys going to have the Operator font ligature support in your theme anytime soon?
The text was updated successfully, but these errors were encountered: