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