Just enough stuff to build a custom nerd font
Go to file
Hoang Nguyen 5e660e3b4e
Update files
2022-01-01 00:08:01 +07:00
original Update files 2022-01-01 00:08:01 +07:00
patched Update files 2022-01-01 00:08:01 +07:00
src/glyphs Update files 2022-01-01 00:08:01 +07:00
LICENSE Update files 2022-01-01 00:08:01 +07:00
README.md Update files 2022-01-01 00:08:01 +07:00
build-hdmx-for-sarasa.py Update files 2022-01-01 00:08:01 +07:00
correct-ttf-font-family-name.py Update files 2022-01-01 00:08:01 +07:00
font-patcher Update files 2022-01-01 00:08:01 +07:00
patch_Iosevka.sh Update files 2022-01-01 00:08:01 +07:00
update.sh Update files 2022-01-01 00:08:01 +07:00

README.md

nerd-fonts

This repository contains necessary files for building your own Nerd-fonts.

Why?

Nerd fonts repository is 6GB in size, which is a pain to clone if all you need is patching your own fonts.

Usage

You need fontforge and fonttools installed. Clone this repository, then:

cd nerd-fonts

# Update the files if needed (need `curl` and 'bash')
./update.sh

# Patch your font
fontforge -script font-patcher --careful --complete path-to-your-original-font.ttf

License