I'm not sure I understand why you can't use the Brailsford converter given the instructions I gave above? You just need to create an image which is a grid with each element in the grid being a character.
It doesn't have anything to do with OpenGameArt - that's just a website where I happened to find an example of the font.
If you want to use the Font Converter, if you can convert your font such that you can get a css file you can use with a link like <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet"> then you can host it somewhere and paste that in.
It's annoying it's not easier with custom fonts, but I've found it a bit difficult to dynamically load and use fonts that are uploaded to a webpage.
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'm not sure I understand why you can't use the Brailsford converter given the instructions I gave above? You just need to create an image which is a grid with each element in the grid being a character.
It doesn't have anything to do with OpenGameArt - that's just a website where I happened to find an example of the font.
If you want to use the Font Converter, if you can convert your font such that you can get a
css
file you can use with a link like<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap" rel="stylesheet">
then you can host it somewhere and paste that in.It's annoying it's not easier with custom fonts, but I've found it a bit difficult to dynamically load and use fonts that are uploaded to a webpage.