visual-studio | ide | awesome-list

Best Font for Visual Studio

Looking for the best font for programming? Checkout the top three here.

Abhith Rajan
Abhith RajanJanuary 15, 2018 · 2 min read · Last Updated:

Unlike the default user, most programmers do care about the font they are using, so do I. The most used IDEs in my case are the brothers, Visual Studio, and the Visual Studio Code. In both, I use the same font which is Cascadia Code.

Cascadia Code

After reading this article, I switched to Cascadia Code.

The Cascadia Code font is an open-source font developed to improve the readability of program text in plain-text editors such as in the Windows Terminal, Microsoft Visual Studio, and Visual Studio Code.

👉 GitHub - microsoft/cascadia-code: This is a fun, new monospaced font that includes programming ligatures and is designed to enhance the modern look and feel of the Windows Terminal.

Previously Used

JetBrains Mono

Try JetBrains Mono in your IDE. Its simple forms and attention to every detail make coding a nice experience for developers’ eyes, no matter which IDE you choose. Check out the official website. The website itself is MARVELLOUS.

👉 JetBrains Mono: A free and open source typeface for developers

VS Code Settings

"editor.fontFamily": "JetBrains Mono, Fira Code",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"editor.letterSpacing": 1.2,

Fira Code

Monospaced font with programming ligatures.

👉 GitHub: tonsky/FiraCode

All the instructions to install the font and configuring it in the IDE’s including Visual Studio and Visual Studio Code is documented in the wiki.

Fantasque Sans Mono

Fantasque Sans Mono is my choice for the past two years. You need to try it to see how good it is.

A programming font, designed with functionality in mind, and with some wibbly-wobbly handwriting-like fuzziness that makes it unassumingly cool.

👉 GitHub: belluzj/fantasque-sans

How to install the new font (windows)

  • Download the font from here
  • In the ttf folder, double-click each font file, click “Install font”; to install all at once, select all files, right-click, and choose “Install”.
  • Open Visual Studio settings. Tools > Options > Environment > Fonts and Colors > Choose Fantasque Sans Mono from the font list > OK.

Let me know which one is your favorite in the comments below 👇

Additional Resources

This page is open source. Noticed a typo? Or something unclear?
Improve this page on GitHub


Abhith Rajan

Written byAbhith Rajan
Abhith Rajan is a software engineer by day and a full-stack developer by night. He's coding for almost a decade now. He codes 🧑‍💻, write ✍️, learn 📖 and advocate 👍.
Connect

Webmentions

Is this page helpful?

Related ArticlesView All

Related VideosView All

Writing Unit Tests with IntelliTest

Microsoft FINALLY killed it

Visual Studio 2022 17.7 Preview 1

Related Tools & ServicesView All

vscode.dev

Visual Studio Code for the Web

Build with Visual Studio Code, anywhere, anytime, entirely in your browser.
free-for.dev

Free for developers

Free For Dev is a GitHub repo listing out free services for developers