ZH
Zhaopudark/JetBrainsMonoNerdFonts
Automatically patch up-to-dated JetBrains-Mono Fonts with up-to-dated and complete Nerd-Fonts.
JetBrainsMonoNerdFonts (OpenType Layout, TrueType Outlines) (Regulear)
An auto-updated compiling version of JetBrains Mono that has been patched with Nerd Fonts.
Features or Limitations
- Add all available
Nerd Fontsglyphs by--complete. - Aim to
editorandterminalscenarios. So:- Only patch
Regularfont and remove any other fonts. - Only patch
JetBrainsMono-Regular.ttfand outputJetBrainsMonoNerdFont-Regular.ttf.
- Only patch
License
- Codes: MIT License
- Fonts: OFL-1.1 License
Usage
NOTICE: This repository can update automatically by Github Actions. You can just download JetBrainsMonoNerdFont-Regular-v*.*.ttf from the latest release.
Or, you can build it by yourself as the following steps.
Build
Build on Windows
-
Requirements:
Windowsplatform.- PowerShell 7.x.
- For stable build, you need to provide a
Github Personal Access Tokenas a shell variable$GithubPAT.
- For stable build, you need to provide a
Python 3.11or higher. (As long as you can install the following dependencies correctly.)Winget, i.e., winget-cli- Other Tools:
-
Steps:
git clone https://github.com/Zhaopudark/JetBrainsMonoNerdFonts.git cd JetBrainsMonoNerdFonts Install-Module -Name PSComputerManagementZp -Force Import-Module PSComputerManagementZp winget install --id FontForge.FontForge --force # UAC prompt may occur Add-PathToCurrentProcessEnvPath -Path "C:\Program Files (x86)\FontForgeBuilds\bin" pip install -r "./requirements.txt" -q . ".\build.ps1" $GithubPAT # consider to provide a Github Personal Access Token
-
Get the output font file from
.\Output\JetBrainsMonoNerdFont-Regular.ttf.
Build on Linux
-
Requirements:
Linuxplatform.- PowerShell 7.x.
- For stable build, you need to provide a
Github Personal Access Tokenas a shell variable$GithubPAT.
- For stable build, you need to provide a
Python 3.11or higher. (As long as you can install the following dependencies correctly.)- Other Tools:
-
Steps:
git clone https://github.com/Zhaopudark/JetBrainsMonoNerdFonts.git cd JetBrainsMonoNerdFonts sudo apt install fontforge pip install -r "./requirements.txt" -q . "./build.ps1" $GithubPAT # consider to provide a Github Personal Access Token
-
Get the output font file from
.\Output\JetBrainsMonoNerdFont-Regular.ttf.
On this page
Languages
Python63.3%PowerShell36.7%
MIT License
Created September 16, 2023
Updated February 8, 2026