GUIText.font

var font : Font

Description

The font used for the text.

JavaScript
    // Assign manually a font from the inspector to the GUIText
var font : Font;
guiText.font = font;