// // MVMFonts.h // myverizon // // Created by Scott Pfeil on 11/17/14. // Copyright (c) 2014 Verizon Wireless. All rights reserved. // // Commonly used mvm fonts #import #import @interface MFFonts : NSObject + (nullable UIFont *)mfFont75Bd:(CGFloat)size; + (nullable UIFont *)mfFont55Rg:(CGFloat)size; + (nullable UIFont *)mfFontOcratxt:(CGFloat)size; + (nullable UIFont *)mfFontWithName:(nonnull NSString *)name size:(CGFloat)size; @end