zhimoe a8f8097cc9 programming fonts | пре 3 недеља | |
---|---|---|
fonts | пре 3 недеља | |
screenshots | пре 3 недеља | |
.gitignore | пре 3 недеља | |
README.md | пре 3 недеља | |
SystemFontsReplacer.zip | пре 3 недеља | |
fontname.py | пре 3 недеља | |
update.txt | пре 3 недеља |
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