I think you need an image that's a tile of bitmaps.
Also worth checking out http://www.espruino.com/Font+Converter for working from Web fonts, although it's only really tested with the Google fonts (PRs welcome ;).
At some point, given it's 5x5 you may decide it's easier to make it yourself. It's actually not that painful:
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I think you need an image that's a tile of bitmaps.
Also worth checking out http://www.espruino.com/Font+Converter for working from Web fonts, although it's only really tested with the Google fonts (PRs welcome ;).
At some point, given it's 5x5 you may decide it's easier to make it yourself. It's actually not that painful:
Once you have
fontBitmap
you can dobtoa(fontBitmap)
to get the base64 and can turn it into a font module