update README

This commit is contained in:
Daylin Morgan 2021-11-09 13:22:57 -06:00
parent fed632bb91
commit 7ee1b4450e

View file

@ -1,6 +1,6 @@
# MonoLisa NF # MonoLisa NF
Batteries inlcuded repo to patch MonoLisa with Nerd Fonts glyphs *Most* Batteries inlcuded repo to patch MonoLisa with Nerd Fonts glyphs
## Before You Begin ## Before You Begin
@ -21,8 +21,15 @@ Then extract the `.zip` into `MonoLisa/`.
Once you have downloaded MonoLisa and `fontforge` Once you have downloaded MonoLisa and `fontforge`
you can easily apply the nerd font patches using the `patch-monolisa` script. 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. The only required argument is the font file extension you want to patch.
All remiaining supplied arguments are passed to the `font-patcher` script. All remaining supplied arguments are passed to the `font-patcher` script.
```bash ```bash
./patch-monolisa otf -c -w ./patch-monolisa otf -c -w
``` ```
You can find your patched fonts in the `patched/` directory
## Special Thanks
- [MonoLisa](monolisa.dev)
- [Nerd Fonts](nerdfonts.com)