No special style is applied.
guiText.fontStyle = FontStyle.Normal;
using UnityEngine;using System.Collections;public class example : MonoBehaviour { void Example() { guiText.fontStyle = FontStyle.Normal; }}
import UnityEngineimport System.Collectionsclass example(MonoBehaviour): def Example(): guiText.fontStyle = FontStyle.Normal