Introdução
As fontes podem ser adicionadas no linux facilmente.
Fontes extras
- Baixe uma fonte em algum sítio de fontes como:
- http://www.netfontes.com.br/, 
- http://www.sofontes.com.br/ ou 
- http://www.fontesgratis.com.br/
 
 
- ou Crie tua própria fonte como demonstrado neste artigo:
- https://www.vivaolinux.com.br/artigo/Fontes-personalizadas-no-GNU-Linux/
 
Localize o arquivo ttf
unzip -l StylusBT.zip
Archive:  StylusBT.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
    47236  2002-08-14 09:28   stylusbt.ttf
     2202  2003-05-09 15:49   FontesGratis.txt
---------                     -------
    49438                     2 files
Instalar a fonte
 
unzip -v StylusBT.zip stylusbt.ttf
sudo mv -v stylusbr.ttf  /usr/share/fonts/truetype/
 
Comentários