Install as your default font in VS Code, Visual Studio, or any code editor to make code more readable with ligatures and better spacing.
Use in Windows Terminal or other terminal emulators with Powerline or Nerd Font variants to display custom icons in your shell prompt.
Embed WOFF2 version on a developer blog or documentation site to display code samples in a professional monospaced typeface.
Choose Cascadia Mono if you prefer plain characters without ligatures for a simpler, more traditional coding font.
Cascadia Code is a free, open-source monospaced font (a font where every character takes up the same width, which makes code easier to read in a text editor) created by Microsoft. It was designed specifically for programmers and ships bundled with Windows Terminal, and is also the default font in Visual Studio. Its most distinctive feature is programming ligatures, special combined characters where, for example, two dashes and a greater-than sign (-->) display as a single arrow symbol. This does not change the underlying text; it just makes code visually cleaner. The font also includes support for Powerline symbols (icons used in custom terminal prompts) and Nerd Font symbols (a large icon set for developer tools). The font comes in several variants. The standard "Cascadia Code" includes ligatures; "Cascadia Mono" is a version without ligatures for those who prefer plain characters. Both come with "PL" (Powerline) and "NF" (Nerd Font) versions that embed additional symbols. There is also a cursive italic style accessible via an OpenType feature code. Multiple file formats are provided, variable TTF (recommended for most users), static TTF and OTF, and WOFF2 for websites. You would use Cascadia Code if you spend a lot of time in a code editor or terminal and want a font that makes code easier to read, with optional visual enhancements like arrow ligatures and icon symbols.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.