zhimoe a8f8097cc9 programming fonts | hai 3 semanas | |
---|---|---|
fonts | hai 3 semanas | |
screenshots | hai 3 semanas | |
.gitignore | hai 3 semanas | |
README.md | hai 3 semanas | |
SystemFontsReplacer.zip | hai 3 semanas | |
fontname.py | hai 3 semanas | |
update.txt | hai 3 semanas |
Buy a 4K+ resolution monitor to overcome your programming font addiction, and get the fucking job done!
Fira Code Aurulent Source Code Pro Bloomberg
you can rename the family name by fontname.py:
python fontname.py "Monaspace" MonaspaceArgon-Regular.ttf
for non-4K monitor, you need hint the truetype font:
sudo apt install ttfautohint
for f in ./*.ttf; do ttfautohint ${f} out/${f} --stem-width-mode qqq --composites ;done
patch powerline for your font:
docker run --rm -v ./:/in:Z -v ./patched:/out:Z nerdfonts/patcher --use-single-width-glyphs --boxdrawing --powerline --powerlineextra