Text
Text displays words and characters of various sizes.
Usage
Icon
Loading...
Using font-weight on android
note
For Android the font. weights MUST align with the used font. So try out which is the regarding font weight to your used font.
h1Style: {
fontFamily: 'Nunito-SemiBold',
fontWeight: '300',
},
h2Style: {
fontFamily: 'Nunito-Regular',
fontWeight: '100',
},
h3Style: {
fontFamily: 'Nunito-Bold',
fontWeight: '500',
},
