I've tried this code:
[C#]
//to change fond of cells
vertGrid.Columns.Items[0].Font = new Font(vertGrid.Font, FontStyle.Bold);
//to change font of column header
vertGrid.Columns.Items[0].HeaderFont = vertGrid.Columns.Items[0].Font;
and all works fine