You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JetBrains Mono is available as a standalone download, and is also bundled in all JetBrains IDEs. Discover more font features & design on its web page.
Default version of JetBrains Mono comes with OpenType features and ligatures (which can always be toggled on & off in the settings). If your IDE doesn’t support OpenType, use a special version of the font — JetBrains Mono NL, which doesn’t include any ligatures.
Installation
JetBrains IDEs
The most recent version of JetBrains Mono ships with your JetBrains IDE starting with v2019.3.
Select JetBrains Mono in the IDE settings: go to Preferences/Settings → Editor → Font, and then select JetBrains Mono from the Font dropdown.
There are 8 font styles available in JetBrains Mono, from Thin to ExtraBold, each coming with its own italic version.
Font Features
Increased x-height
While characters remain standard in width, the height of the lowercase is maximized. This approach keeps code lines to the length that developers expect, and it helps improve rendering in small size, since each symbol occupies more pixels.
Distinctiveness of symbols
Ligatures for Code
A ligature is a character consisting of two or more joined symbols. Traditionally, it was introduced as a space-saving technique in printed texts. In code, this technique is adopted to show operators and is used mainly for two purposes:
To reduce noise by merging symbols and removing details so the eyes are processing less:
To balance whitespace more efficiently by shifting the glyphs in certain cases:
Note if your IDE doesn’t support OpenType features and ligatures, use JetBrains Mono NL instead.
OpenType features
Starting from v2.304, JetBrains Mono has added support for alternate characters.
Stylistic Setsss01-20 usually change a group of characters. Character Variantcv01-99 usually changes only one character.
Here are the instructions for enabling these features.
Basic Character Set
You can find full JetBrains Mono character set on our wiki page.
Building from source files
Note To build from source, you’d need Python 3.9.5 or higher (install instructions for Python available here).
The source files can be found in the “Source” folder. To open them you will need Glyphs app.
To build the .ttf, .otf, woff2 & variable .ttf you will need to:
Type gftools builder sources/config.yaml in Terminal and run it.
Type python scripts/generate_variable_webfonts.py in Terminal and run it to generate variable woff2 files.
After the scripts are complete, the files can be found in fonts folder.
License
JetBrains Mono typeface is available under the OFL-1.1 License and can be used free of charge, for both commercial and non-commercial purposes. You do not need to give credit to JetBrains, although we will appreciate it very much if you do.