Archived

This thread has been archived.

Create a GUI.skin with a customStyle with the font face you would like.
set the gui to use that skin ( GUI.skin = MyGui)
And then apply the style to the label. (GUI.label(new Rect(), text, “MyStyle”)

This thread has been archived.