Just enough stuff to build a custom nerd font
Go to file
Hoang Nguyen 2904d3e8c3
Update files (nerd-fonts 3.0.1)
2023-05-30 21:38:50 +07:00
bin/scripts/name_parser Update files (nerd-fonts 3.0.1) 2023-05-30 21:38:50 +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 Update files (nerd-fonts 3.0.1) 2023-05-30 21:38:50 +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 Update files (nerd-fonts 3.0.1) 2023-05-30 21:38:50 +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