sharpjs / JetBrainsMonoSlashed

JetBrains Mono Slashed – the free and open-source typeface for developers, now with slashed zero

Home Page:https://jetbrains.com/mono

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JetBrains Mono Slashed

The JetBrains Mono font, with slashed zero made the default.

JetBrains Mono provides slashed zero as an optional OpenType feature, but few programs know how to discover and enable OpenType features. JetBrains Mono Slashed makes the feature enabled by default, so that all programs can display slashed zero.

JetBrains Mono is developed on GitHub.

Installation

  • Download the JetBrainsMonoSlashed-<version>.zip file from the latest release.

  • Extract the .otf files therein, and install them on your system manually.

Building

A working docker command is required.

If you have PowerShell 5.1 or later, just run the build.ps1 script. This should work on all major platforms.

Alternatively, you can run the containerized build directly. In sh, bash, zsh, etc., the command is:

docker run -t --rm -e VERSION=2.304 -v "$PWD:/src" python:alpine /src/build.sh

In PowerShell, the command is:

docker run -t --rm -e VERSION=2.304 -v ${PWD}:/src python:alpine /src/build.sh

License

The code in this repository is available under the Apache License v2.0.

JetBrains Mono and JetBrains Mono Slashed typefaces are available under the SIL Open Font License v1.1 and may be used free of charge, for both commercial and non-commercial purposes. You do not need to give credit to JetBrains, although they will appreciate it very much if you do.

JetBrains Mono Slashed uses the name "JetBrains Mono" with permission.

SPDX-License-Identifier: Apache-2.0

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

About

JetBrains Mono Slashed – the free and open-source typeface for developers, now with slashed zero

https://jetbrains.com/mono

License:Apache License 2.0


Languages

Language:Shell 65.9%Language:PowerShell 34.1%