Patch MonoLisa with Nerd Fonts
Go to file
Daylin Morgan 779405667c update README 2022-03-02 13:35:36 -06:00
MonoLisa add gitignore and needed subfolders 2021-11-09 11:51:56 -06:00
patched add gitignore and needed subfolders 2021-11-09 11:51:56 -06:00
src/glyphs update src files 2021-12-22 16:34:10 -06:00
.gitignore add update-src script 2021-12-22 16:34:04 -06:00
README.md update README 2022-03-02 13:35:36 -06:00
font-patcher update font-patcher from nerdfonts repo 2022-03-02 13:33:23 -06:00
patch-monolisa update README and add patch-monolisa 2021-11-09 12:02:47 -06:00
update-fonts update font-patcher and add update fonts script 2021-12-29 18:50:36 -06:00
update-src force removal of repo 2021-12-22 16:54:18 -06:00

README.md

MonoLisa NF

Most Batteries inlcuded repo to patch MonoLisa with Nerd Fonts glyphs

Before You Begin

First you will need to install fontforge There are a number of caveats to invoking the font-patcher script. Some of which are explained by nerd fonts.

Using patch-monolisa assumes you have installed fontforge using your system dependency manager. On ubuntu: sudo apt-get install fontforge.

Downloading MonoLisa

Once you have acquired MonoLisa, follow the link in your email to download it. Then extract the .zip into MonoLisa/.

Patching your font

Once you have downloaded MonoLisa and fontforge you can easily apply the nerd font patches using the patch-monolisa script. The only required argument is the font file extension you want to patch. All remaining supplied arguments are passed to the font-patcher script.

./patch-monolisa otf -c -w

You can find your patched fonts in the patched/ directory

If like me you want to place your patched fonts in a standard location on your Unix system you can move them to ~/.local/share/fonts/MonoLisa with the update-fonts script.

Changing the Batteries

If I haven't committed to this repo in a while it's likely a good idea to run update-src to update the fonts, icons and patcher script.

Special Thanks