Change the font style of column titles

HiI am using style in CSS to show view on web.I want that the column titles should have different font than the row values.I even tried it by putting font in but it is not working. If I change the font in

only the font of rows gets affected not the Column Titles.Any suggestions.

Thanx in anticipation.

Subject: Change the font style of column titles

Its not clear to me what you try to do. Are you including a CSS in the header ? Can you not just specify something like

TH {

font-weight: 900;

font-size: 20;

color: red;

}

in that CSS file ?

Subject: RE: Change the font style of column titles

Yes you got it right i am writing the same in CSS