var/list/font = list('mangat.ttf')
world << output("<font face = 'Manga Temple'>Round End!</font>", "Log")
Problem description:
Been looking for a reason why font faces applied to outputs don't work but they work for maptext. So I'm confused now. I have a list that contains the fonts, and I'm not trying to get it to work for browse() either. Only in the chat.
An example of me using it on maptext and it working.
maptext = "<text align = center valign = middle><font face = 'Manga Temple' color = black>Show me the dice.</font>"