-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Claudi Grimm edited this page Dec 9, 2019
·
2 revisions
- Download and install Iosevka from Here. Installation depends on your operating system.
- Start VSCode and go to the settings screen. In the top right click on the symbol with a document and an arrow (Open Settings JSON)
- Add
"editor.fontFamily": "Iosevka, monospace",
and"editor.fontLigatures": "'XHS0'"
to the JSON dict.
This will set Iosevka as the editor font and enable the ligature feature set "XHS0". Other feature sets can be fount on the Iosevka GitHub page.