http://gothub.nowhevi57f4lxxd6db43miewcsgtovakbh6v5f52ci7csc2yjzy5rnid.onion/tonsky/FiraCode/wiki/VS-Code-Instructions
First open the settings editor as described above, then click the "curly brackets" icon to open the settings.json file. Then paste the following lines and save the file. "editor.fontFamily" : " Fira Code " , "editor.fontLigatures" : true , If this doesn't work for you, you can try: restarting VS Code; wrapping the "Fira Code" section with additional apostrophes: "editor.fontFamily" : " 'Fira Code' " , "editor.fontLigatures" : true , Font weights To achieve different weights, add one of the...