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.
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.
Install it using the font-jetbrains-mono
cask:
brew install --cask font-jetbrains-mono
On Mac/Windows:
Note If you have previously installed JetBrains Mono, please uninstall all previous versions to exclude conflicts and errors in rendering.
On Linux:
Open a terminal and run the following:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)"
Once JetBrains Mono is installed in your OS, you are ready to configure the editor.
Preferences
→ Settings
, or use keyboard shortcut Ctrl+, (Cmd+, on Mac).JetBrains Mono
, replacing any content."editor.fontLigatures": true
into json file.There are 8 font styles available in JetBrains Mono, from Thin to ExtraBold, each coming with its own italic version.
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.
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:
Note if your IDE doesn’t support OpenType features and ligatures, use JetBrains Mono NL instead.
Starting from v2.304, JetBrains Mono has added support for alternate characters.
Stylistic Sets ss01-20
usually change a group of characters. Character Variant cv01-99
usually changes only one character.
Here are the instructions for enabling these features.
You can find full JetBrains Mono character set on our wiki page.
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:
pip install gftools
pip install fonttools[woff]
gftools builder sources/config.yaml
in Terminal and run it.python scripts/generate_variable_webfonts.py
in Terminal and run it to generate variable woff2
files.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.
The source code is available under Apache 2.0 License
Type designer\ Philipp Nurullin
Team lead\ Konstantin Bulenkov
Thanks to\ Nikita Prokopov\ Eugene Auduchinok\ Tatiana Tulupenko\ Dmitrij Batrak\ IntelliJ Platform UX Team\ Web Team