GitHunt
YI

yilinfang/JetMaple-Mono

Fusion of JetBrains Mono and Maple Mono.

JetMaple Mono

Fusion of JetBrains Mono and Maple Mono.

JetMaple Mono is currently built with:

  • JetBrains Mono: v2.304
  • Maple Mono CN unhinted: V7.6

Features

  1. JetBrains Mono for regular text with Maple Mono for italics.
  2. Ligatures support.
  3. Chinese and Japanese support from Maple Mono.

Installation

Option 1: Download the Pre-built Fonts

Download the latest releases from the Releases and install the TTF files.

Option 2: Build from Source

Prerequisites:

  • Python 3.8 or later
# Clone the repository
git clone https://github.com/yilinfang/JetMaple-Mono.git
cd JetMaple-Mono

# Set up Python environment
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# Build the fonts
chmod +x build.sh
./build.sh

The built fonts will be located in the output directory.

Usage

After installing the TTF font files, you can use JetMaple Mono by setting your favorite code editor or terminal emulator' font to JetMaple Mono.

License

This project is licensed under the SIL Open Font License, Version 1.1.

This project combines two fonts with their own licenses:

Credit

Languages

Python80.4%Shell19.6%

Contributors

SIL Open Font License 1.1
Created April 7, 2025
Updated January 29, 2026