Primeiro , determine o nome da fonte que você deseja excluir, por exemplo, 'Nimbus Sans L'
Em seguida, execute o seguinte comando no terminal para saber onde está:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
Caso você não saiba o nome exato da fonte, tente fc-match -s Nimbus
ou fc-list |grep -i nimbus
, esses comandos lhe darão uma dica.
Segundo , exclua o que você deseja. Abaixo, por exemplo, deve-se excluir o estilo Bold Condensed Italic
de 'Nimbus Sans L':
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
Após a exclusão, digite este comando para atualizar o banco de dados de cache de fontes:
$ fc-cache -fv
Se não tiver efeito, você precisa reinicializar o sistema:
$ sudo reboot