[ios] Added fonts.

This commit is contained in:
Илья Гречухин 2015-12-30 18:40:31 +03:00 committed by Sergey Yershov
parent 7d76f6f724
commit 64c717e8b1
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@
+ (UIFont *)regular10;
+ (UIFont *)regular12;
+ (UIFont *)regular14;
+ (UIFont *)regular15;
+ (UIFont *)regular16;
+ (UIFont *)regular17;
+ (UIFont *)regular18;

View file

@ -22,6 +22,11 @@ static NSString * const kBoldFont = @"HelveticaNeue-Bold";
return [UIFont fontWithName:kRegularFont size:14];
}
+ (UIFont *)regular15
{
return [UIFont fontWithName:kRegularFont size:15];
}
+ (UIFont *)regular16
{
return [UIFont fontWithName:kRegularFont size:16];