Skip to content

JetBrains Mono – the free and open-source typeface for developers

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
OFL.txt
Notifications You must be signed in to change notification settings

mvasilkov/jetbrains-mono

 
 

Repository files navigation

jetbrains-mono

JetBrains Mono – the free and open-source typeface for developers

npm no dependencies


This is a convenience package to self host the JetBrains Mono font for use in web apps.

I don't claim any rights to the font itself, I just wrote the CSS file.

This package is based on the version 2.242 of the font.

This version is listed as "2.300 (unreleased) EAP" in the changelog.

Installation

npm install jetbrains-mono

Usage (CSS)

The default export of this package is a CSS file. Load it as follows:

import 'jetbrains-mono'

Alternatively, you can just include it in HTML like this:

<link rel="stylesheet" href="./node_modules/jetbrains-mono/css/jetbrains-mono.css">

The variant of the font without ligatures (JetBrains Mono NL) is also available:

<link rel="stylesheet" href="./node_modules/jetbrains-mono/css/jetbrains-mono-nl.css">

Usage (SCSS)

Set the $font-dir variable to the correct path, as shown here:

$font-dir: './node_modules/jetbrains-mono/fonts/webfonts';

@import '~jetbrains-mono/scss/jetbrains-mono';

Without ligatures:

@import '~jetbrains-mono/scss/jetbrains-mono-nl';

License

The files I authored are licensed under the MIT 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.

About

JetBrains Mono – the free and open-source typeface for developers

Topics

Resources

License

MIT, OFL-1.1 licenses found

Licenses found

MIT
LICENSE
OFL-1.1
OFL.txt

Stars

Watchers

Forks

Languages

  • SCSS 22.4%
  • CSS 21.9%
  • Shell 18.1%
  • HTML 14.4%
  • Kotlin 13.5%
  • Python 9.7%