How to add font to GUIText?

I added GUIText and want to change font size, type, style, color.

How should I do it?

390098--13415--$screen_shot_2010_09_20_at_91844_pm_161.png

Import a font, and assign size you want

1 Create a Material
2 assign GUI/Text Shader
3 drag font texture in your font on shader
4 assign the color
5 Enjoy

I imported a font, assigned a new material

However, I cannot change the font size.

How should I do it?

391378--13443--$screen_shot_2010_09_22_at_95005_pm_162.png
391378--13444--$screen_shot_2010_09_22_at_94946_pm_176.png

I first import my fonts to Unity 2.6, I then change the size of the fonts in that environment after which I export the font as a package and import it to Unity 1.7.

Hope this helps.

You can right click on the font in your project view and select “Import Settings…”. From there you should be able to set the font size.

Import Settings - it did work, thanks for help

Thanks, I learning something new about Unity every day.