A list of cool fonts I found.
Cool fonts
Add fonts to linux
Add fonts to linux (and make the avaliable when using xfontsel):
- Exec these commands (where local is the folder where the fonts files are):
cd /usr/share/fonts/local/
mkfontscale
mkfontdir
- Update font cache and then:
xset +fp /usr/share/fonts/local - Use
xlsfontsto view all fonts - Also you can use
fc-listand serach fonts withgrep:fc-list | grep -i "font name"