disast.rs :: journal

Fonts

Fonts can live in a couple of places on linux:

where

how

Some relevant shell commands:

 
 # output font files, with associated family names and styles 
 fc-list 
 fc-list | grep -i iosevka # search for iosevka fonts 
 # scans and rebuilds caches for applications using "fontconfig" 
 fc-cache 
 

Also peep the man-page:

 
 man fc-list 
 ... 
 SEE ALSO 
 fc-match(1) FcFontList(3) FcPatternFormat(3) 
 fc-cat(1) fc-cache(1) fc-pattern(1) fc-query(1) fc-scan(1)