← font came from
JetBrains Mono is a free, open-source monospace typeface designed specifically for developers and programmers. Created by JetBrains (the makers of IntelliJ IDEA, PyCharm, and WebStorm), it is optimized to reduce eye strain and improve code readability.
Increased Character Height (x-height):
* Lowercase letters are taller relative to uppercase letters compared to standard fonts. This keeps text legible even at small font sizes.
Clear Character Differentiation:
* Eliminates confusion between easily mixed-up characters:
0 (with a dot inside) vs. capital letter O1 vs. lowercase l vs. uppercase I` vs. apostrophe 'Programming Ligatures:
* Merges multi-character symbols into single, visually cohesive glyphs (e.g., !=, ==, ===, =>, <=, <!--).
* Note: Ligatures can be turned on or off depending on user preference.
Distinct Italics:
* Uses true italics with a 9° angle and script-like elements to clearly distinguish comments and highlighted code from regular syntax.
Extensive Coverage:
* Includes Latin, Cyrillic, and Greek character sets, along with standard coding symbols and box-drawing characters.
* Comes in 8 weights (from Thin to Extra Bold) with matching italics and a variable font version.
.ttf, .woff2) at jetbrains.com/mono.brew install --cask font-jetbrains-monofonts-jetbrains-mono on Debian/Ubuntu, ttf-jetbrains-mono on Arch).winget install JetBrains.JetBrainsMonoIf you like JetBrains Mono, you might also consider:
* Fira Code (Famous for popularized programming ligatures)
* Cascadia Code (Microsoft’s default font for Windows Terminal and VS Code)
* Source Code Pro (Adobe's developer font)
* Iosevka (Highly customizable, narrow monospace font)
Words that led here