react-native-material-elements
Version:
React native material elements is a sophisticated UI library crafted to enhance your React Native development workflow. Designed for simplicity and elegance, nex-ui provides a rich collection of components and utilities to effortlessly create polished mob
24 lines (23 loc) • 413 B
text/typescript
export const font = {
'text-xxs': 10,
'text-xs': 12,
'text-sm': 14,
'text-md': 16,
'text-lg': 20,
'text-xl': 22,
'text-2xl': 24,
'text-3xl': 30,
'text-4xl': 36,
'text-5xl': 48,
'text-6xl': 60,
'text-7xl': 72,
'text-8xl': 96,
'text-9xl': 128,
'text-10xl': 160,
'text-11xl': 192,
'text-12xl': 224,
'text-13xl': 256,
'text-14xl': 288,
'text-15xl': 320,
'text-16xl': 352,
};