I'm trying to add a new font (an fontello .ttf icon font) so that I can display nicely scalable icons on buttons (eg. a cog on a settings button).
Looking at core/prototypes/fonts.lua....
Code: Select all
data:extend(
{
{
type = "font",
name = "default",
from = "default",
size = 14
},
etc.....
If I want to add a new font, is there something I need to do to make it available in the prototype?