Fusion of JetBrains Mono and Maple Mono.
JetMaple Mono is currently built with:
- JetBrains Mono: v2.304
- Maple Mono CN unhinted: V7.2
- JetBrains Mono for regular text with Maple Mono for italics.
- Ligatures support.
- Chinese and Japanese support from Maple Mono.
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.
After installing the TTF font files, you can use JetMaple Mono by setting your favorite code editor or terminal emulator' font to JetMaple Mono
.
This project is licensed under the SIL Open Font License, Version 1.1.
This project combines two fonts with their own licenses:
- JetBrains Mono: SIL Open Font License 1.1
- Maple Mono: SIL Open Font License 1.1