git clone https://github.com/subframe7536/Maple-font --depth 1
cd ./Maple-font/source
pip install -r requirements.txt
to patch Nerd Font, please make sure FontForge and its Python module are installed
if you want to custom build the font, like freeze some font features, you can modify the config option in build.py
python build.py
if you want to patch Nerd Font version, the script will auto download Font Patcher from Github Release, or you can manully download from https://github.com/ryanoasis/nerd-fonts/releases/download/latest/FontPatcher.zip and put it to <project root>/source
dir
you can find the completed fonts and build config in <project root>/output
see doc