programming-fonts
programming-fonts copied to clipboard
best programming fonts flow funtions
buy a 4k monitor for overcome your font addiction! Use the default font and get the f**king job done!
Best fonts for programming
- Aurulent: it looks like written by Lamy-pen, add missing glyphs from fira code, my favorite!
- Consolas: add box drawing glyphs and meke the 4 open.
- Fira Code: most popular coding font, fancy r glyph and ligatures.
- JuliaMono: a font for math programming, it contains 8000+ glyphs, many math sign symbols;
Tips:
- only use serif font when your monitor is 4K+!
- change the font family name by fontname if the family name conflict with system font:
python fontname.py "Menlo" Aurulent.ttf # or ./*.ttf
- font auto hint:
for f in ./*.ttf; do ttfautohint ${f} out/${f} --stem-width-mode qqq --composites ;done
Screenshots
!!! all copyrights reserved to original authors!