DEV Community

Discussion on: Installing FiraCode on Windows and Ubuntu

Collapse
 
adgower profile image
Alex Gower

@josuerodriquez98 I'm currently on ubuntu 20.04, and after I install the font it doesn't ever work. Any tips?

Collapse
 
easterneas profile image
Eas • Edited

I'm using Ubuntu 20.04, too, and this works for me.

You may need to change the font settings in the app of your choice, too (code editor like vscode, for example), and restart the app if your app is running while you install the font package.

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
'''