DEV Community

Discussion on: Installing FiraCode on Windows and Ubuntu

Collapse
 
mdirshaddev profile image
Md Irshad

Try adding these two lines in your settings.json or just declare them in your worksapces. After that it will be working i am sure because it works for me.

'''
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true
'''