dev-resources.site
for different kinds of informations.
How to Install and Use Fira Code Font - VSCode on Ubuntu
Published at
9/20/2021
Categories
vscode
ubuntu
firacode
tooling
Author
Thiago Nunes Batista
But what are font ligatures? Developers use a lot of sequencial symbols in programming, for example: => , <= and !==. The font ligatures will basically transform visuallly this multiple characteres into just one, they will have a different look, maybe more beautiful than the normal look of the separated symbols.
If you prefer a video tutorial, I created that on Youtube, this is the link.
Installing the Font
In the most recent Ubuntu versions the Fira Code font is included in the official repository, you can just install using the command below:
sudo apt install fonts-firacode
Follow the Next 4 Steps To Set Fira Code on VSCode
- Open the command pallet with the shortcut “ctrl + shift + p”.
- Search for “Preferences: Open Settings (JSON)” and open it.
- Add the following properties in the JSON file:
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true
Restart the editor. Now, your VSCode is using the Fira Code font.
Articles
7 articles in total
Middlewares: O que são e como utilizar no Nuxt.JS
read article
SEO para Mídias Sociais: Como Fazer os Links do Seu Site Bombarem nas Mídias Sociais!
read article
Como adicionar o Google Tag Manager no seu website com Nuxt 3
read article
Os principais erros de programadores em entrevistas de emprego
read article
Como recuperar arquivos perdidos no Git utilizando o VSCode
read article
A maneira correta de utilizar a nomenclatura BEM
read article
How to Install and Use Fira Code Font - VSCode on Ubuntu
currently reading
Featured ones: