Skip to content
Claudi Grimm edited this page Dec 9, 2019 · 2 revisions

Setup Iosevka and with ligatures for nice looking math symbols

  1. Download and install Iosevka from Here. Installation depends on your operating system.
  2. 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)
  3. 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.
Clone this wiki locally