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 xlsfonts to view all fonts
  • Also you can use fc-list and serach fonts with grep: fc-list | grep -i "font name"
Tags: fonts