How do I load fonts?

How do I load a font from an external source to complement the Writing and formatting library?

For example, if I want to make a game that uses the Ubuntu font, I need others to have the results as mine, but they might not have the font, and asking them to install the Ubuntu font does not cut it, and the only option is to load the font for them.

Also, I want methods to be JavaScript-free.

I don't think there's any way of loading font files without javascript.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.