@gocodingnow/rn-better-boilerplate
Version:
React Native Better Boilerplate
28 lines (27 loc) • 482 B
text/typescript
export const typography = {
fontSize: {
tinyS: 9,
tiny: 12,
smallS: 13,
small: 14,
smallL: 15,
regular: 16,
regularL: 17,
regularXL: 18,
medium: 20,
large: 22,
largeM: 24,
largeSL: 28,
largeL: 32,
largeXL: 36,
},
fontFamily: {
primary: {
regular: 'Poppins-Regular',
medium: 'Poppins-Medium',
semiBold: 'Poppins-SemiBold',
bold: 'Poppins-Bold',
},
// can be your secondary font
},
}