For set custom font you can use this code:
Code:
cell.textLabel.font = [UIFont fontWithName:<#(NSString *)fontName#> size:<#(CGFloat)fontSize#>];
for change color I think the cell.background color dont work and you should use another way but I'm not sure.
you can set label to cell and change label color!