Currently Unity 5 new GUI is not support bitmap font by default. Bitmap font allow developer create amazing and beautiful effect on text without any noticeable impact on performance.
Suggested:
Support fnt (or xml) file generated from ShoeBox (or BMFont)
Read Unity - Manual: Font assets those are the type of font supported. Its not very likely we’d add support for other types as you can do bitmap fonts in ttf for example.