Just enough stuff to build a custom nerd font
Go to file
Hoang Nguyen 43b872a6ce
Keep things up-to-date with NerdFonts 3.0.0 release
2023-05-02 13:04:31 +07:00
bin/scripts/name_parser Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +07:00
original Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +07:00
patched Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +07:00
src/glyphs Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +07:00
.gitignore Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +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
font-patcher Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +07:00
patch_Iosevka.sh Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +07:00
update.sh Keep things up-to-date with NerdFonts 3.0.0 release 2023-05-02 13:04:31 +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