Hi,��
�� �� ��which version of Pharo are you using? Where do you install your font in your linux system? This is because Pharo is looking for the fonts in the paths '/usr/share/fonts' '/usr/local/share/fonts' and ~/.fonts. So maybe it is not finding them. This is not the ideal solution, because if you have another font directory configured you can't use it (even though, adding your custom directory is as easy as modifying a method :) ).��
Have you tried to disable and reenable FreeType support in the settings browser. It will help as when freetype is enabled the font cache is reconstructed. Also you can try to set the font from that settings browser. If it is shown in the font dialog when using the system browser you can use the font.
Cheers,
Pablo.