Set title font for TH1F

Hello,
I would like to know how to set the title font of an histogram (TH1F).
I would like also to know to do that by default.
I use root version v04.00.04.
Thanks,
Nikola

Hi Nikola,
gStyle->SetTitleFont should work. You can e.g. add it do your rootlogon.C. See the class description of TAttText for an explanation of the argument to SetTitleFont.
Axel.