mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-13 18:07:52 -06:00
update README
This commit is contained in:
parent
fed632bb91
commit
7ee1b4450e
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue