JetBrains Mono – the free and open-source typeface for developers
Go to file
philipp.nurullin 598943bad0 Updated to v2.000
— Added 3 lighter weights with matching italics #1
SemiLight — Special for the dark background. It’s a slightly more thin version of Regular.
Light — Will perform best on HiDpi in more big sizes.
ExtraLight — If you want to go even thinner. Recommended for presentation mode.
— Added Variable format for more precise weight tuning.
— Project migrated from FontLab to Glyphs. Source in UFO provided.
— *ML comment ligatures are vertically misaligned #77
— Ligatures in a glob pattern look inconsistent #88
— Zero - hinting the dot #104
— Big space above text in OneNote #210
— Corrected hinting #218 #235 #239 #252
— Monospaced detection errors  #227 #230
— Wrong interpretation in "<||> |>" #234
— Reworked % ‰ #236
— Missing some Powerline symbols #240
— Disable `>-` ligature when followed by `<` (`>-<`) #251
— Add the Latin Capital Letter Sharp S (U+1E9E) #262
— Added superior & inferior numbers ⁰¹²³⁴⁵⁶⁷⁸⁹₀₁₂₃₄₅₆₇₈₉
— Fine tuning of capital, ascender & descender metrics
— Raised the bar in `f` to work better in context of the line
— More spacing tuning in arrow ligatures
— Corrections in  -<  -<<  <— <!—
— More pronounced bar in Ħ Ŧ ћ ħ đ ŧ
— Correct u+02C9 placement
— Corrected placement of Ogonek in Uogonek
— Corrections in Vietnamese diacritics
2020-07-10 14:38:18 +03:00
scripts change default serif style 2020-04-09 14:32:57 +02:00
source Project migrated from FontLab to Glyphs. Source in UFO provided. 2020-07-10 14:34:33 +03:00
ttf Updated to v2.000 2020-07-10 14:38:18 +03:00
web Updated to v2.000 2020-07-10 14:38:18 +03:00
.gitignore Exclude output, kotlin libs, and FontLab backups 2020-01-20 19:25:19 +01:00
LICENSE Add license file 2020-01-14 13:35:51 +01:00
README.md Merge pull request #79 from isdh/patch-2 2020-06-11 11:12:59 +03:00

official JetBrains project

JetBrains Mono

A typeface made for developers.
More about font features & design can be found on its page.

Installation

In 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/SettingsEditorFont, and then select JetBrains Mono from the Font dropdown.

Another IDE or an older version of a JetBrains IDE

Through brew (MacOS only)

  1. Tap the font cask to make the Jetbrains Mono font available :

    brew tap homebrew/cask-fonts
    
  2. Install it using the font-jetbrains-mono cask:

    brew cask install font-jetbrains-mono
    

Through Chocolatey (Windows only)

  1. Install Chocolatey if you haven't done already. See this page for instructions on how to do that.

  2. In an elevated cmd console (Run as administrator...) :

    choco install jetbrainsmono
    

Or manually

  1. Download font.
  2. Unzip the archive and install the font:
    • 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.

    • Linux. Open a terminal and run the following:

      unzip <font_file.zip> -d ~/.local/share/fonts && fc-cache -fv
      

Picking the font for your IDE

  1. Restart your IDE.
  2. Go to Preferences/SettingsEditorFont, and pick JetBrains Mono from the Font dropdown.

Visual Studio Code

  • Follow the instructions above to step 3.
  • Go to the settings editor, from the File menu choose Preferences, Settings or use keyboard shortcut Ctrl+, (Cmd+, on Mac).
  • In the "Font Family" input box type JetBrains Mono, replacing any content.
  • To enable ligatures turn on the checkbox in "Font ligatures".

Manually editing settings.json

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,

ChromeOS Terminal

In the terminal:

  1. Use the keyboard shortcut CTRL + SHIFT + P to open up settings.
  2. Scroll down to "Custom CSS (Inline Text)".
  3. Copy & paste the following:
@font-face{
    font-family: 'JetBrains Mono';
    src: url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/web/eot/JetBrainsMono-Regular.eot') format('embedded-opentype'),
         url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/web/woff2/JetBrainsMono-Regular.woff2') format('woff2'),
         url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/web/woff/JetBrainsMono-Regular.woff') format('woff'),
         url('https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/ttf/JetBrainsMono-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-font-feature-settings: "liga" on, "calt" on;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: 'JetBrains Mono';
}

Source files

Can be found in the "Source" folder. To open them you will need FontLab 6 or higher.

License

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.

Credits

Type designer
Philipp Nurullin

Team lead
Konstantin Bulenkov

Thanks to
Nikita Prokopov
Eugene Auduchinok
Tatiana Tulupenko
Dmitrij Batrak
IntelliJ Platform UX Team
Web Team