diff --git a/WSCoachMarksView.m b/WSCoachMarksView.m index 5c015d8..3df04bb 100644 --- a/WSCoachMarksView.m +++ b/WSCoachMarksView.m @@ -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;