zhimoe a8f8097cc9 programming fonts | vor 3 Wochen | |
---|---|---|
fonts | vor 3 Wochen | |
screenshots | vor 3 Wochen | |
.gitignore | vor 3 Wochen | |
README.md | vor 3 Wochen | |
SystemFontsReplacer.zip | vor 3 Wochen | |
fontname.py | vor 3 Wochen | |
update.txt | vor 3 Wochen |
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