ubuntu-mono-ligaturized
ubuntu-mono-ligaturized copied to clipboard
Font not working in VSC
I installed the font and tried to implement it in VSC
But my VSC isn't supporting it
Here is my screenshot for the settings and the output
Did you eventually get it to work?
It would be neat to see this working in VSC.
No sir I couldn't bring the ligature to work If you have any solution please provide it to me As you said it would really be great to see it working
Indeed, let's keep this issue open. Thanks!
So, somehow VSCode needs to know about the .ttf font files. I'm curious, what steps did you try?
Also, the font family name is defined in this CSS, not in the .ttf files themselves, so I wonder if maybe VSCode does not know how to resolve the name to the font files.
This might be useful: https://dev.to/solexy79/installing-a-new-font-for-vs-code-in-three-3-simple-steps-13a5
For what it's worth:
I installed the regular ubuntu mono ligaturized ttf
I installed VS Code 1.59.0
And changed these settings:
In text: I put
'Ubuntu Mono Ligaturized'
in the Font Family,
opened the .json from the link that is shown in the settings, replaced null
with true
and pressed ctrl-s
That's it.
Nice! Thank you.
Is this solved? Can I close the issue?