initial commit
This commit is contained in:
commit
da4b844eed
|
@ -0,0 +1,21 @@
|
||||||
|
Nerd Fonts Patched Fonts
|
||||||
|
===
|
||||||
|
|
||||||
|
Patcher
|
||||||
|
---
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run -v "$(pwd)/in":/in -v "$(pwd)/out":/out --rm kanna5/nerd-fonts:patcher -c --careful
|
||||||
|
docker run -v "$(pwd)/in":/in -v "$(pwd)/out":/out --rm kanna5/nerd-fonts:patcher -c --careful --mono
|
||||||
|
```
|
||||||
|
|
||||||
|
Original Fonts
|
||||||
|
---
|
||||||
|
|
||||||
|
### Hack
|
||||||
|
|
||||||
|
<https://github.com/source-foundry/Hack/releases/download/v3.003/Hack-v3.003-ttf.zip>
|
||||||
|
|
||||||
|
### Fantasque Sans Mono
|
||||||
|
|
||||||
|
<https://github.com/belluzj/fantasque-sans/releases/download/v1.8.0/FantasqueSansMono-Normal.tar.gz>
|
Loading…
Reference in New Issue