JetBrains / JetBrainsMono
- суббота, 18 января 2020 г. в 00:23:17
JetBrains Mono – the free and open-source typeface for developers
A typeface made for developers.
More about font features & design can be found on its page.
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.
Mac. Select all font files in the folder and double-click them. Click the "Install Font" button.
Windows. Select all font files in the folder, right-click any of them, then pick "Install" from the menu.
Ubuntu. Open a terminal with Ctrl+Alt+T and run the following:
cd <name_of_our_archive.zip>
unzip "\*.zip" -d ${HOME}/.fonts
sudo fc-cache -f -v
Preferences/Settings → Editor → Font, and pick JetBrains Mono from the Font dropdown.Ctrl+, (Cmd+, on Mac).Visual Studio Code allows you to also edit the underlying settings.json config file. First open the settings editor as described above, then click the "{}" icon, at the top right, to open the "settings.json" file.
Then paste the following lines and save the file.
"editor.fontFamily": "JetBrains Mono",
"editor.fontLigatures": true,
Can be found in the "Source" folder. To open them you will need FontLab 6 or higher.
JetBrains Mono typeface is available under the Apache 2.0 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.
Type designer
Philipp Nurullin
Team lead
Konstantin Bulenkov
Thanks to
Nikita Prokopov
Eugene Auduchinok
Tatiana Tulupenko
Dmitrij Batrak
IntelliJ Platfrom UX Team
Web Team