@oxyhq/services
Version:
Reusable OxyHQ module to handle authentication, user management, karma system, device-based session management and more 🚀
21 lines • 592 B
TypeScript
import { type TextStyle } from 'react-native';
/**
* Font family names for use across the app
*
* For web platforms, we use the CSS font name with weights
* For native platforms, we use the specific static font file names
*/
export declare const fontFamilies: {
phudu: string;
phuduLight: string;
phuduMedium: string;
phuduSemiBold: string;
phuduBold: string;
phuduExtraBold: string;
phuduBlack: string;
};
/**
* Font styles that can be reused across the app
*/
export declare const fontStyles: Record<string, TextStyle>;
//# sourceMappingURL=fonts.d.ts.map