// // UIFont+MapsMeFonts.h // Maps // // Created by Ilya Grechuhin on 08.07.15. // Copyright (c) 2015 MapsWithMe. All rights reserved. // #import @interface UIFont (MapsMeFonts) + (UIFont *)regular10; + (UIFont *)regular14; + (UIFont *)regular16; + (UIFont *)regular17; + (UIFont *)regular18; + (UIFont *)regular24; + (UIFont *)medium10; + (UIFont *)medium14; + (UIFont *)medium16; + (UIFont *)medium17; + (UIFont *)medium18; + (UIFont *)medium24; + (UIFont *)light10; + (UIFont *)light12; + (UIFont *)light16; + (UIFont *)light17; + (UIFont *)bold16; + (UIFont *)bold48; + (UIFont *)fontWithName:(NSString *)fontName; @end