I know you previously change the font size of a cell like so:
cell.font = [UIFont boldSystemFontOfSize:18];
I'm using a cell that is init'd with the style UITableViewCellStyleSubtitle. How do I change the font size of the textlabel and detailtextlabel of this type of cell?