Skip to content

Commit

Permalink
Back to correct font label
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcelo Perretta committed Jul 4, 2015
1 parent 20c487b commit df12c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WSCoachMarksView.m
Expand Up @@ -91,7 +91,7 @@ - (void)setup {
self.lblCaption = [[UILabel alloc] initWithFrame:(CGRect){{0.0f, 0.0f}, {self.maxLblWidth, 0.0f}}];
self.lblCaption.backgroundColor = [UIColor clearColor];
self.lblCaption.textColor = [UIColor whiteColor];
self.lblCaption.font = [UIFont fontWithName:@"OpenSans-Semibold" size:20.0];
self.lblCaption.font = [UIFont systemFontOfSize:20.0f];
self.lblCaption.lineBreakMode = NSLineBreakByWordWrapping;
self.lblCaption.numberOfLines = 0;
self.lblCaption.textAlignment = NSTextAlignmentCenter;
Expand Down

0 comments on commit df12c50

Please sign in to comment.