How can I change the font used in all the controls?
I have seen this line
labelFont = manager.Skin.Fonts["Default"].Resource;
If I have a skin with the font "somefont". Can I do mycontrolfont = manager.Skin.Fonts["somefont"].Resource; and the font changes?