I didn't yet find a way to get it working, but what I got is close. However "Custom CSS and JS Loader" isn't available on vscode.dev (only VSCode desktop) and also not available on all forks. Maybe the only option right now is using a Chrome extension to inject a @import url("...");
-
Add extension Custom CSS and JS Loader.
-
Add to settings.json the latest URI:
"vscode_custom_css.imports": ["https://cdn.jsdelivr.net/gh/wernight/powerline-web-fonts..."]
-
Change Setting > Terminal › "Integrated: Font Family" to something like: Iosevka, Inconsolata-g, Consolas, 'Courier New', monospace
I didn't yet find a way to get it working, but what I got is close. However "Custom CSS and JS Loader" isn't available on vscode.dev (only VSCode desktop) and also not available on all forks. Maybe the only option right now is using a Chrome extension to inject a
@import url("...");Usage example for VSCode.dev
Add extension Custom CSS and JS Loader.
Add to
settings.jsonthe latest URI:Change Setting > Terminal › "Integrated: Font Family" to something like:
Iosevka, Inconsolata-g, Consolas, 'Courier New', monospace