How do I change fonts at run time?

I’m trying to do something like this:

myGUIStyle.font =

to change it to another font that I have in my assets folder. Is this possible? I found Font in the Unity Scripting Reference but it didn’t seem to be too helpful.

I changed to a skin that used a different font instead.