Define a GUIStyle for each text area. Out of the box Unity has a single GUISkin which is shared by all GUI controls. Changing the font size on this out of the box GUISkin affects all other controls. A GUISkin is a container for GUIStyles.
↧