diff --git a/NoodleIPhoneTableView.m b/NoodleIPhoneTableView.m index 4aa4b96..23b25d0 100644 --- a/NoodleIPhoneTableView.m +++ b/NoodleIPhoneTableView.m @@ -109,7 +109,7 @@ - (void)drawRow:(NSInteger)rowIndex clipRect:(NSRect)clipRect [textShadow setShadowBlurRadius:0.0]; attributes = [NSDictionary dictionaryWithObjectsAndKeys: - [NSFont fontWithName:@"Helvetica" size:16.0], + [NSFont fontWithName:@"Helvetica-Bold" size:16.0], NSFontAttributeName, textShadow, NSShadowAttributeName,